freebsd-ports/devel/pear-Date_Holidays_Discordian/Makefile
Jochen Neumeister bfbce95344 - Add License
- Update pkg-descr

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

17 lines
407 B
Makefile

# $FreeBSD$
PORTNAME= Date_Holidays_Discordian
PORTVERSION= 0.1.1
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Driver based class to calculate Discordian holidays
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>