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

PORTNAME=	Date_Holidays_Austria
PORTVERSION=	0.1.4
CATEGORIES=	devel www pear

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

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>