aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-redmine_plugin_support/Makefile
blob: 72d8c3e40c4730fbd16d589c7f2770130bdfb912 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Ryan Steinmetz <zi@FreeBSD.org>

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

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>