diff options
author | joneum <joneum@FreeBSD.org> | 2018-12-23 02:00:54 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-12-23 02:00:54 +0800 |
commit | 660dc58b4dcc2f0d75521923fd2f8ddb5e7fe6fc (patch) | |
tree | 2e03cf9f146d9c47bc052ab28da733f8797f41c0 /devel | |
parent | 7921949846ffb2f13841309310492648024d5a42 (diff) | |
download | freebsd-ports-gnome-660dc58b4dcc2f0d75521923fd2f8ddb5e7fe6fc.tar.gz freebsd-ports-gnome-660dc58b4dcc2f0d75521923fd2f8ddb5e7fe6fc.tar.zst freebsd-ports-gnome-660dc58b4dcc2f0d75521923fd2f8ddb5e7fe6fc.zip |
- Add LICENSE
- Update pkg-descr
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Date_Holidays_Ireland/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Ireland/pkg-descr | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/pear-Date_Holidays_Ireland/Makefile b/devel/pear-Date_Holidays_Ireland/Makefile index da6dd0c0556d..34d4b03ad427 100644 --- a/devel/pear-Date_Holidays_Ireland/Makefile +++ b/devel/pear-Date_Holidays_Ireland/Makefile @@ -7,6 +7,8 @@ CATEGORIES= devel www pear MAINTAINER= joneum@FreeBSD.org COMMENT= Driver based class to calculate holidays in Ireland +LICENSE= PHP301 + BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} diff --git a/devel/pear-Date_Holidays_Ireland/pkg-descr b/devel/pear-Date_Holidays_Ireland/pkg-descr index 809d67d0e75d..7e1fd9ca68fb 100644 --- a/devel/pear-Date_Holidays_Ireland/pkg-descr +++ b/devel/pear-Date_Holidays_Ireland/pkg-descr @@ -1,3 +1,5 @@ -Driver based class to calculate holidays in Ireland. +Date_Holidays helps you calculate the dates and titles of +holidays and other special celebrations. This is the +driver for calculating holidays in Ireland. WWW: https://pear.php.net/package/Date_Holidays_Ireland |