aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Date_Holidays_EnglandWales/Makefile
blob: 49a173a5b1e4eab65115b50462d69fa57cfabad1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	Date_Holidays_EnglandWales
PORTVERSION=	0.1.5
CATEGORIES=	devel www pear

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	Driver based class to calculate holidays in England and Wales

BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays

USES=		pear

.include <bsd.port.mk>