freebsd-ports/devel/pear-Date_Holidays_PHPdotNet/Makefile
Jochen Neumeister a77311e02d - Add LICENSE
- Update pkg-descr

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

17 lines
417 B
Makefile

# $FreeBSD$
PORTNAME= Date_Holidays_PHPdotNet
PORTVERSION= 0.1.2
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Driver based class to calculate birthdays of members of PHP.net
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>