summaryrefslogtreecommitdiff
path: root/devel/pear-Date_Holidays_Ireland/Makefile
blob: 4c7ba35e29eebed699054a888a1d411f07dc0095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	Date_Holidays_Ireland
PORTVERSION=	0.1.3
CATEGORIES=	devel www pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Driver based class to calculate holidays in Ireland

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

USES=	pear

.include <bsd.port.mk>