diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-10 18:36:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-10 18:36:41 +0000 |
commit | 5dd9f3f42acdb993c1f140e7d0386e8c6d822275 (patch) | |
tree | 9367e393ca8fbac0a68730787030b9c76abc5fbd /converters | |
parent | e79ad1abe0d85432210a770880721fb06e3672ca (diff) | |
download | ports-5dd9f3f42acdb993c1f140e7d0386e8c6d822275.tar.gz ports-5dd9f3f42acdb993c1f140e7d0386e8c6d822275.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-WAP-wbxml/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/p5-WAP-wbxml/Makefile b/converters/p5-WAP-wbxml/Makefile index 41ccb6b3112e..8654341667a1 100644 --- a/converters/p5-WAP-wbxml/Makefile +++ b/converters/p5-WAP-wbxml/Makefile @@ -3,6 +3,7 @@ PORTNAME= WAP-wbxml PORTVERSION= 1.14 +PORTREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +12,10 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Binarization of XML file LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM \ - p5-I18N-Charset>=0:misc/p5-I18N-Charset \ - p5-Data-Dumper>=0:devel/p5-Data-Dumper + p5-I18N-Charset>=0:misc/p5-I18N-Charset RUN_DEPENDS:= ${BUILD_DEPENDS} USES= dos2unix perl5 |