svn commit: r431120 - head/converters/p5-WAP-wbxml
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jan 10 18:36:43 UTC 2017
Author: sunpoet
Date: Tue Jan 10 18:36:41 2017
New Revision: 431120
URL: https://svnweb.freebsd.org/changeset/ports/431120
Log:
Fix *_DEPENDS: remove Perl core modules
- Add LICENSE_FILE
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket)
With hat: perl
Modified:
head/converters/p5-WAP-wbxml/Makefile
Modified: head/converters/p5-WAP-wbxml/Makefile
==============================================================================
--- head/converters/p5-WAP-wbxml/Makefile Tue Jan 10 18:36:37 2017 (r431119)
+++ head/converters/p5-WAP-wbxml/Makefile Tue Jan 10 18:36:41 2017 (r431120)
@@ -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 at 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
More information about the svn-ports-head
mailing list