aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Date_Holidays_Norway/Makefile
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-06-09 14:09:56 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-06-09 14:09:56 +0000
commit9a6f22202acd711b3050293b2b47e7fe3c66bc66 (patch)
tree216147c451595a608186209d32ef56c7d8c3e7a7 /devel/pear-Date_Holidays_Norway/Makefile
parent09c1fd908d992e7f7657aa3f6fa338b81d52152c (diff)
downloadports-9a6f22202acd711b3050293b2b47e7fe3c66bc66.tar.gz
ports-9a6f22202acd711b3050293b2b47e7fe3c66bc66.zip
Driver based class to calculate holidays in Norway.
Notes
Notes: svn path=/head/; revision=214570
Diffstat (limited to 'devel/pear-Date_Holidays_Norway/Makefile')
-rw-r--r--devel/pear-Date_Holidays_Norway/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/pear-Date_Holidays_Norway/Makefile b/devel/pear-Date_Holidays_Norway/Makefile
new file mode 100644
index 000000000000..e76e8dfcc4a6
--- /dev/null
+++ b/devel/pear-Date_Holidays_Norway/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: pear-Date_Holidays_Norway
+# Date created: 2008-06-05
+# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Date_Holidays_Norway
+PORTVERSION= 0.1.0
+CATEGORIES= devel www pear
+
+MAINTAINER= tabthorpe@FreeBSD.org
+COMMENT= Driver based class to calculate holidays in Norway
+
+BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Date
+FILES= Holidays/Driver/Norway.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>