diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-14 17:19:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-14 17:19:43 +0000 |
commit | 4376cae69074dfd1dfc4f53906e3a7cb922e77e7 (patch) | |
tree | ce4c6f3117e5fbdcc3617dce7b332003614dfee1 /textproc/rubygem-actionpack-xml_parser1/Makefile | |
parent | cea784fb225be74548c8eb4368a3cbf51f142c4c (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-actionpack-xml_parser1/Makefile')
-rw-r--r-- | textproc/rubygem-actionpack-xml_parser1/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/rubygem-actionpack-xml_parser1/Makefile b/textproc/rubygem-actionpack-xml_parser1/Makefile new file mode 100644 index 000000000000..18f6fd8c287b --- /dev/null +++ b/textproc/rubygem-actionpack-xml_parser1/Makefile @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= actionpack-xml_parser +PORTVERSION= 1.0.2 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= XML parameters parser for Action Pack + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-actionpack4>=4.0.0:www/rubygem-actionpack4 + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> |