diff options
author | zi <zi@FreeBSD.org> | 2013-09-04 06:49:57 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-09-04 06:49:57 +0800 |
commit | 51fda5863b5b437d781f243f7fb6e491913a2c62 (patch) | |
tree | 52332b68e69b973a8fe365045b9017b9033b4da9 /devel | |
parent | 5e022ee96e299f9e21629328783861dd36ad227b (diff) | |
download | freebsd-ports-gnome-51fda5863b5b437d781f243f7fb6e491913a2c62.tar.gz freebsd-ports-gnome-51fda5863b5b437d781f243f7fb6e491913a2c62.tar.zst freebsd-ports-gnome-51fda5863b5b437d781f243f7fb6e491913a2c62.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-redmine_plugin_support/Makefile | 16 | ||||
-rw-r--r-- | devel/rubygem-redmine_plugin_support/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-redmine_plugin_support/pkg-descr | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3bcc2556720f..7952cd19c862 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4191,6 +4191,7 @@ SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc + SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-require_all SUBDIR += rubygem-rgl SUBDIR += rubygem-ripper diff --git a/devel/rubygem-redmine_plugin_support/Makefile b/devel/rubygem-redmine_plugin_support/Makefile new file mode 100644 index 000000000000..0a2fa8807d40 --- /dev/null +++ b/devel/rubygem-redmine_plugin_support/Makefile @@ -0,0 +1,16 @@ +# 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> diff --git a/devel/rubygem-redmine_plugin_support/distinfo b/devel/rubygem-redmine_plugin_support/distinfo new file mode 100644 index 000000000000..6d8cf2301276 --- /dev/null +++ b/devel/rubygem-redmine_plugin_support/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/redmine_plugin_support-0.0.5.gem) = ea8fe8bd3ba07a8d98859a0b43331415b51e9c2763bac8839b6024f465e6f3ff +SIZE (rubygem/redmine_plugin_support-0.0.5.gem) = 11776 diff --git a/devel/rubygem-redmine_plugin_support/pkg-descr b/devel/rubygem-redmine_plugin_support/pkg-descr new file mode 100644 index 000000000000..fcb8f1c14894 --- /dev/null +++ b/devel/rubygem-redmine_plugin_support/pkg-descr @@ -0,0 +1,4 @@ +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 |