freebsd-ports/devel/pear-Date_Holidays_Germany/Makefile
Jochen Neumeister 41e766ea4f - Add LICENSE
- Update pkg-descr

Sponsored by:	Netzkommune GmbH
2018-12-22 17:46:05 +00:00

19 lines
419 B
Makefile

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