diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-03-24 18:00:12 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-03-24 18:00:12 +0000 |
commit | a08cb4d29ebef90692fa1dcac2c1beb9a5e6ce41 (patch) | |
tree | e8f42e9b3c7c17b9464cce210d116af861a2d153 /devel/pear-Date_Holidays_Netherlands | |
parent | af03fe311a0286323e4a1f75d8619fb90152b394 (diff) | |
download | ports-a08cb4d29ebef90692fa1dcac2c1beb9a5e6ce41.tar.gz ports-a08cb4d29ebef90692fa1dcac2c1beb9a5e6ce41.zip |
Notes
Diffstat (limited to 'devel/pear-Date_Holidays_Netherlands')
-rw-r--r-- | devel/pear-Date_Holidays_Netherlands/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/pear-Date_Holidays_Netherlands/Makefile b/devel/pear-Date_Holidays_Netherlands/Makefile index 043c98cece2d..7087002676b9 100644 --- a/devel/pear-Date_Holidays_Netherlands/Makefile +++ b/devel/pear-Date_Holidays_Netherlands/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Date_Holidays_Netherlands -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in the Netherlands BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays @@ -18,6 +18,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Date FILES= Holidays/Driver/Netherlands.php \ Holidays/Filter/Netherlands/Official.php +TESTS= Date_Holidays_Driver_Netherlands_TestSuite.php + +PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |