aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Date_Holidays_Ireland/Makefile
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-06-09 14:07:19 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-06-09 14:07:19 +0000
commit6859186d8eb23f8942df1fa32aae6b109d50bbe8 (patch)
tree19edeee3e48186ca08e3e498beacc2f78009310e /devel/pear-Date_Holidays_Ireland/Makefile
parente68c65f2258c604030988ed6373312400d21ff63 (diff)
Driver based class to calculate holidays in Ireland.
Notes
Notes: svn path=/head/; revision=214566
Diffstat (limited to 'devel/pear-Date_Holidays_Ireland/Makefile')
-rw-r--r--devel/pear-Date_Holidays_Ireland/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/pear-Date_Holidays_Ireland/Makefile b/devel/pear-Date_Holidays_Ireland/Makefile
new file mode 100644
index 000000000000..cf07e48f2587
--- /dev/null
+++ b/devel/pear-Date_Holidays_Ireland/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: pear-Date_Holidays_Ireland
+# Date created: 2008-06-05
+# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Date_Holidays_Ireland
+PORTVERSION= 0.1.0
+CATEGORIES= devel www pear
+
+MAINTAINER= tabthorpe@FreeBSD.org
+COMMENT= Driver based class to calculate holidays in Ireland
+
+BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Date
+FILES= Holidays/Driver/Ireland.php
+TESTS= Date_Holidays_Driver_Ireland_TestSuite.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>