aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DifferenceMarkup/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-06 16:02:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-06 16:02:44 +0000
commit3d99191b23d6e6c76091618e62fd3146d42bbcb1 (patch)
treeef676ddfb9ccb4560a679ce25ca4635de08390a1 /textproc/p5-XML-DifferenceMarkup/Makefile
parent8b2061aec5baee1a90f1eb0612c1ef9fa86b9ed6 (diff)
downloadports-3d99191b23d6e6c76091618e62fd3146d42bbcb1.tar.gz
ports-3d99191b23d6e6c76091618e62fd3146d42bbcb1.zip
- Add LICENSE
Notes
Notes: svn path=/head/; revision=380605
Diffstat (limited to 'textproc/p5-XML-DifferenceMarkup/Makefile')
-rw-r--r--textproc/p5-XML-DifferenceMarkup/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-XML-DifferenceMarkup/Makefile b/textproc/p5-XML-DifferenceMarkup/Makefile
index 79742de798bb..fbe7857f6cbb 100644
--- a/textproc/p5-XML-DifferenceMarkup/Makefile
+++ b/textproc/p5-XML-DifferenceMarkup/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= This module implements an XML diff producing XML output
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff
RUN_DEPENDS:= ${BUILD_DEPENDS}