16 lines
318 B
Makefile
16 lines
318 B
Makefile
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>
|