diff options
author | joneum <joneum@FreeBSD.org> | 2018-12-23 01:21:00 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-12-23 01:21:00 +0800 |
commit | 9b4992f663e76574893bc12e1732f699854a4c8e (patch) | |
tree | 9e77eacbdd5a4e30b1f0596fc00ace9c41b68a2a /devel | |
parent | 4ed8d3970d805c5c1eb52fb657e9f1d4c6affbb8 (diff) | |
download | freebsd-ports-gnome-9b4992f663e76574893bc12e1732f699854a4c8e.tar.gz freebsd-ports-gnome-9b4992f663e76574893bc12e1732f699854a4c8e.tar.zst freebsd-ports-gnome-9b4992f663e76574893bc12e1732f699854a4c8e.zip |
- Add LICENSE
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Date_Holidays/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pear-Date_Holidays/Makefile b/devel/pear-Date_Holidays/Makefile index 5ed2f45abd05..f16087fbc19a 100644 --- a/devel/pear-Date_Holidays/Makefile +++ b/devel/pear-Date_Holidays/Makefile @@ -8,6 +8,8 @@ CATEGORIES= devel www pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR driver based class to calculate holidays +LICENSE= PHP301 + BUILD_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR} \ ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR} \ |