diff options
Diffstat (limited to 'textproc/rubygem-actionpack-xml_parser1-rails4/Makefile')
-rw-r--r-- | textproc/rubygem-actionpack-xml_parser1-rails4/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/rubygem-actionpack-xml_parser1-rails4/Makefile b/textproc/rubygem-actionpack-xml_parser1-rails4/Makefile new file mode 100644 index 000000000000..f66e891947a7 --- /dev/null +++ b/textproc/rubygem-actionpack-xml_parser1-rails4/Makefile @@ -0,0 +1,26 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= actionpack-xml_parser +PORTVERSION= 1.0.2 +PORTREVISION= 1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1-rails4 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= XML parameters parser for Action Pack + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-actionpack4>=4.0.0<5:www/rubygem-actionpack4 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^1\. + +.include <bsd.port.mk> |