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