aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Date_Holidays_Brazil/Makefile
diff options
context:
space:
mode:
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>