freebsd-ports/devel/pear-Date_Holidays_Japan/Makefile
Jochen Neumeister a102b565ad - Add LICENSE
- Update pkg-descr

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

17 lines
403 B
Makefile

# $FreeBSD$
PORTNAME= Date_Holidays_Japan
PORTVERSION= 0.1.3
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Japan
LICENSE= BSD2CLAUSE
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>