summaryrefslogtreecommitdiff
path: root/devel/rubygem-redmine_plugin_support/Makefile
blob: b4f27385cdd8e5ecb84ff736c1320edbe9a2a7e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>