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