freebsd-ports/devel/rubygem-redmine_plugin_support/Makefile
Ryan Steinmetz 6f691a893e New port: devel/rubygem-redmine_plugin_support:
This libarary is a collection of rake tasks and other scripts that will
make Redmine plugin development easier.

WWW: https://rubygems.org/gems/redmine_plugin_support
2013-09-03 22:49:57 +00:00

16 lines
338 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= redmine_plugin_support
PORTVERSION= 0.0.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A collection of tools to make redmine plugin development easier
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>