freebsd-ports/devel/pear-Date_Holidays_Netherlands/Makefile
Martin Wilke bdc1ceef8c - Update to 0.1.3
- Convert header
2013-02-04 02:28:50 +00:00

19 lines
573 B
Makefile

# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org>
# $FreeBSD$
PORTNAME= Date_Holidays_Netherlands
PORTVERSION= 0.1.3
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in the Netherlands
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>