freebsd-ports/devel/pear-Date_Holidays_Austria/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

18 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= Date_Holidays_Austria
PORTVERSION= 0.1.6
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Austria
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>