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

PORTNAME=	Date_Holidays_Brazil
PORTVERSION=	0.1.2
CATEGORIES=	devel www pear

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

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>