aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Date_Holidays_Denmark/Makefile
blob: d6ee22e09b233a4fea70a4366c40d5ebc1cec780 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Date_Holidays_Denmark
PORTVERSION=	0.1.3
CATEGORIES=	devel www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Driver based class to calculate holidays in Denmark

LICENSE=	PHP301

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

USES=		pear

.include <bsd.port.mk>