freebsd-ports/devel/pear-Date_Holidays_USA/Makefile
Jochen Neumeister 297f3bca19 Fix *_DEPENDS after r369067
PR:		234693
Reported by:	tobik
Sponsored by:	Netzkommune GmbH
2019-01-19 12:43:20 +00:00

18 lines
415 B
Makefile

# $FreeBSD$
PORTNAME= Date_Holidays_USA
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Driver based class to calculate holidays in the USA
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>