aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-redmine_plugin_support/Makefile
blob: d9130535537e0d4b51f77b0048029a75683b9d58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	redmine_plugin_support
PORTVERSION=	0.0.5
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Collection of tools to make redmine plugin development easier
WWW=		https://github.com/edavis10/redmine_plugin_support

LICENSE=	MIT

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>