aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Filter-BufferText
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-10 09:03:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-10 09:03:35 +0000
commit3920a756258c3246c7d1b1007caf61100560e759 (patch)
tree67e3f986d3d63ca6f938da752927be8b04e65330 /textproc/p5-XML-Filter-BufferText
parent3acd30349727fe7130a01e6a2af14558e33ac83d (diff)
downloadports-3920a756258c3246c7d1b1007caf61100560e759.tar.gz
ports-3920a756258c3246c7d1b1007caf61100560e759.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=466947
Diffstat (limited to 'textproc/p5-XML-Filter-BufferText')
-rw-r--r--textproc/p5-XML-Filter-BufferText/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-XML-Filter-BufferText/Makefile b/textproc/p5-XML-Filter-BufferText/Makefile
index 8cf4547dfb83..bb186dcf8f20 100644
--- a/textproc/p5-XML-Filter-BufferText/Makefile
+++ b/textproc/p5-XML-Filter-BufferText/Makefile
@@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Filter to put all characters() in one event
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-XML-SAX>=0:textproc/p5-XML-SAX
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>