1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/pear-Date_Holidays_Italy/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

22 lines
531 B
Makefile

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