diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-11 02:36:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-11 02:36:41 +0800 |
commit | 04927dc1d1473a99569405e4e947cc61072ebc66 (patch) | |
tree | 9367e393ca8fbac0a68730787030b9c76abc5fbd /converters | |
parent | d3db6556413560b37c12321ad47727062e769e2b (diff) | |
download | freebsd-ports-gnome-04927dc1d1473a99569405e4e947cc61072ebc66.tar.gz freebsd-ports-gnome-04927dc1d1473a99569405e4e947cc61072ebc66.tar.zst freebsd-ports-gnome-04927dc1d1473a99569405e4e947cc61072ebc66.zip |
Fix *_DEPENDS: remove Perl core modules
- Add LICENSE_FILE
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket)
With hat: perl
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 |