freebsd-ports/devel/pear-Date_Holidays_Netherlands/Makefile
2009-03-24 18:00:12 +00:00

27 lines
753 B
Makefile

# New ports collection makefile for: pear-Date_Holidays_Netherlands
# Date created: 2008-06-05
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Date_Holidays_Netherlands
PORTVERSION= 0.1.2
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in the Netherlands
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Date
FILES= Holidays/Driver/Netherlands.php \
Holidays/Filter/Netherlands/Official.php
TESTS= Date_Holidays_Driver_Netherlands_TestSuite.php
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>