bdc1ceef8c
- Convert header
19 lines
573 B
Makefile
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>
|