freebsd-ports/devel/pear-Date_Holidays_UNO/Makefile
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

17 lines
397 B
Makefile

# $FreeBSD$
PORTNAME= Date_Holidays_UNO
PORTVERSION= 0.1.3
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in the UNO
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>