freebsd-ports/devel/pear-Date_Holidays_Romania/Makefile
Antoine Brodin 2a7dd78bf9 Stage support for pear classes and channels in the devel category
Reviewed by:	bapt, ports@
Tested with:	poudriere + diff on the content of generated packages
2013-11-08 21:41:53 +00:00

19 lines
500 B
Makefile

# $FreeBSD$
PORTNAME= Date_Holidays_Romania
PORTVERSION= 0.1.2
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Romania
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${BUILD_DEPENDS}
CATEGORY= Date
FILES= Holidays/Driver/Romania.php
TESTS= Date_Holidays_Driver_Romania_TestSuite.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>