diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-11 02:22:31 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-11 02:22:31 +0800 |
commit | 12b4892a1a09381ec450c5c8350b33fc4b9c3521 (patch) | |
tree | 14172aeafffbe48024d23a3791a69092006b3ab1 /devel | |
parent | 06f5490a63359108d0f7c41193b984384ad21879 (diff) | |
download | freebsd-ports-gnome-12b4892a1a09381ec450c5c8350b33fc4b9c3521.tar.gz freebsd-ports-gnome-12b4892a1a09381ec450c5c8350b33fc4b9c3521.tar.zst freebsd-ports-gnome-12b4892a1a09381ec450c5c8350b33fc4b9c3521.zip |
- Add LICENSE
- Sort PLIST
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-Format-ISO8601/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Format-ISO8601/Makefile b/devel/p5-DateTime-Format-ISO8601/Makefile index 3bdae2e85e50..7c703da6fde7 100644 --- a/devel/p5-DateTime-Format-ISO8601/Makefile +++ b/devel/p5-DateTime-Format-ISO8601/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse ISO8601 formats +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DateTime>=0.18:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.77:${PORTSDIR}/devel/p5-DateTime-Format-Builder RUN_DEPENDS:= ${BUILD_DEPENDS} |