diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 14:08:52 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 14:08:52 +0000 |
commit | 09c1fd908d992e7f7657aa3f6fa338b81d52152c (patch) | |
tree | 94d29cb515dade58603cb9508d59f08a1efa050e /devel/pear-Date_Holidays_Netherlands | |
parent | 6859186d8eb23f8942df1fa32aae6b109d50bbe8 (diff) | |
download | ports-09c1fd908d992e7f7657aa3f6fa338b81d52152c.tar.gz ports-09c1fd908d992e7f7657aa3f6fa338b81d52152c.zip |
Notes
Diffstat (limited to 'devel/pear-Date_Holidays_Netherlands')
-rw-r--r-- | devel/pear-Date_Holidays_Netherlands/Makefile | 24 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Netherlands/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Netherlands/pkg-descr | 3 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Netherlands/pkg-plist | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/pear-Date_Holidays_Netherlands/Makefile b/devel/pear-Date_Holidays_Netherlands/Makefile new file mode 100644 index 000000000000..3fa9bf25192b --- /dev/null +++ b/devel/pear-Date_Holidays_Netherlands/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pear-Date_Holidays_Netherlands +# Date created: 2008-06-05 +# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Date_Holidays_Netherlands +PORTVERSION= 0.1.0 +CATEGORIES= devel www pear + +MAINTAINER= tabthorpe@FreeBSD.org +COMMENT= Driver based class to calculate holidays in the Netherlands + +BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Date +FILES= Holidays/Driver/Netherlands.php \ + Holidays/Filter/Netherlands/Official.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/devel/pear-Date_Holidays_Netherlands/distinfo b/devel/pear-Date_Holidays_Netherlands/distinfo new file mode 100644 index 000000000000..4acaa792667b --- /dev/null +++ b/devel/pear-Date_Holidays_Netherlands/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Date_Holidays_Netherlands-0.1.0.tgz) = 11e5e71f18a6650b4cf0153cc97a4231 +SHA256 (PEAR/Date_Holidays_Netherlands-0.1.0.tgz) = 0d98a79154aa673507c7ecdd8ee160a0647c00883806f6702c9a804ff22b33b8 +SIZE (PEAR/Date_Holidays_Netherlands-0.1.0.tgz) = 2960 diff --git a/devel/pear-Date_Holidays_Netherlands/pkg-descr b/devel/pear-Date_Holidays_Netherlands/pkg-descr new file mode 100644 index 000000000000..fdca3a4398e3 --- /dev/null +++ b/devel/pear-Date_Holidays_Netherlands/pkg-descr @@ -0,0 +1,3 @@ +Driver based class to calculate holidays in the Netherlands. + +WWW: http://pear.php.net/package/Date_Holidays_Netherlands/ diff --git a/devel/pear-Date_Holidays_Netherlands/pkg-plist b/devel/pear-Date_Holidays_Netherlands/pkg-plist new file mode 100644 index 000000000000..4b30f5eef6fb --- /dev/null +++ b/devel/pear-Date_Holidays_Netherlands/pkg-plist @@ -0,0 +1,6 @@ +share/pear/Date/Holidays/Driver/Netherlands.php +share/pear/Date/Holidays/Filter/Netherlands/Official.php +share/pear/packages/pear-Date_Holidays_Netherlands-0.1.0/package.xml +@dirrm share/pear/packages/pear-Date_Holidays_Netherlands-0.1.0 +@dirrm share/pear/Date/Holidays/Filter/Netherlands +@dirrm share/pear/Date/Holidays/Filter |