diff options
Diffstat (limited to 'textproc/rubygem-actionpack-xml_parser-rails5/Makefile')
-rw-r--r-- | textproc/rubygem-actionpack-xml_parser-rails5/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/rubygem-actionpack-xml_parser-rails5/Makefile b/textproc/rubygem-actionpack-xml_parser-rails5/Makefile new file mode 100644 index 000000000000..c90118f762db --- /dev/null +++ b/textproc/rubygem-actionpack-xml_parser-rails5/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= -rails5 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= XML parameters parser for Action Pack + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-actionpack5>=5.0:www/rubygem-actionpack5 \ + rubygem-railties5>=5.0:www/rubygem-railties5 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> |