diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 14:12:34 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 14:12:34 +0000 |
commit | db5313808bac26eb74450913ef2e241a60f3d8c9 (patch) | |
tree | ff8bcc03eeff231691df08b284471c3d74017b1b /devel/pear-Date_Holidays_Romania/Makefile | |
parent | ef4c79ed60bb885dcbcc6cdf377805711d50aa77 (diff) | |
download | ports-db5313808bac26eb74450913ef2e241a60f3d8c9.tar.gz ports-db5313808bac26eb74450913ef2e241a60f3d8c9.zip |
Notes
Diffstat (limited to 'devel/pear-Date_Holidays_Romania/Makefile')
-rw-r--r-- | devel/pear-Date_Holidays_Romania/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/pear-Date_Holidays_Romania/Makefile b/devel/pear-Date_Holidays_Romania/Makefile new file mode 100644 index 000000000000..d26a2f778a46 --- /dev/null +++ b/devel/pear-Date_Holidays_Romania/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pear-Date_Holidays_Romania +# Date created: 2008-06-05 +# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Date_Holidays_Romania +PORTVERSION= 0.1.0 +CATEGORIES= devel www pear + +MAINTAINER= tabthorpe@FreeBSD.org +COMMENT= Driver based class to calculate holidays in Romania + +BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Date +FILES= Holidays/Driver/Romania.php +TESTS= Date_Holidays_Driver_Romania_TestSuite.php test_UkraineRomanianHolidays.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> |