aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XPathEngine
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-09-15 19:17:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-09-15 19:17:53 +0000
commit518d227142587f45d10f16f08f8c11ddc5497259 (patch)
tree4e5dd7968137877b17d4e12cb7c01c1cc8528206 /textproc/p5-XML-XPathEngine
parent5c3979d32e5ef1b969f3ef340bcb5eacdf058452 (diff)
downloadports-518d227142587f45d10f16f08f8c11ddc5497259.tar.gz
ports-518d227142587f45d10f16f08f8c11ddc5497259.zip
Add LICENSE
- Silence patch messages
Notes
Notes: svn path=/head/; revision=449929
Diffstat (limited to 'textproc/p5-XML-XPathEngine')
-rw-r--r--textproc/p5-XML-XPathEngine/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-XML-XPathEngine/Makefile b/textproc/p5-XML-XPathEngine/Makefile
index efe381613df1..a0176ec4f5b0 100644
--- a/textproc/p5-XML-XPathEngine/Makefile
+++ b/textproc/p5-XML-XPathEngine/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Re-usable XPath engine for DOM-like trees
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
REINPLACE_ARGS= -i ''
@@ -18,6 +21,6 @@ REINPLACE_ARGS= -i ''
# For errors like
# Bareword "XML::XPathEngine::Step::..." not allowed while "strict subs" in use at ...
post-patch:
- ${REINPLACE_CMD} -Ee 's,(use strict;),\1 no strict "subs";,' ${WRKSRC}/lib/XML/XPathEngine.pm
+ @${REINPLACE_CMD} -Ee 's,(use strict;),\1 no strict "subs";,' ${WRKSRC}/lib/XML/XPathEngine.pm
.include <bsd.port.mk>