diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-23 18:08:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-23 18:08:52 +0800 |
commit | eae7860106a6c781092d9a393ad66735043935dd (patch) | |
tree | 1a32efc30324155bf835005d750270f40c7aeb75 /www | |
parent | e425fc7492683abfde25e2547a4e5a6c037625fb (diff) | |
download | freebsd-ports-gnome-eae7860106a6c781092d9a393ad66735043935dd.tar.gz freebsd-ports-gnome-eae7860106a6c781092d9a393ad66735043935dd.tar.zst freebsd-ports-gnome-eae7860106a6c781092d9a393ad66735043935dd.zip |
- Add LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Selector-XPath/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-HTML-Selector-XPath/Makefile b/www/p5-HTML-Selector-XPath/Makefile index 7bcea8f4571f..847123bc34d8 100644 --- a/www/p5-HTML-Selector-XPath/Makefile +++ b/www/p5-HTML-Selector-XPath/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= smatsui@karashi.org COMMENT= HTML::Selector::XPath - CSS Selector to XPath compiler +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base USES= perl5 |