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

PORTNAME=	Date_Holidays_Austria
PORTVERSION=	0.1.6
CATEGORIES=	devel www pear

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

LICENSE=	PHP301

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

USES=		pear
NO_ARCH=	yes

.include <bsd.port.mk>