# New ports collection makefile for: pear-Date_Holidays_EnglandWales # Date created: 2008-06-04 # Whom: Thomas Abthorpe # # $FreeBSD$ # PORTNAME= Date_Holidays_EnglandWales PORTVERSION= 0.1.2 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in England and Wales BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Date FILES= Holidays/Driver/EnglandWales.php TESTS= Date_Holidays_Driver_EnglandWales_TestSuite.php PLIST_SUB= PORTVERSION=${PORTVERSION} .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include