91a1caa242
Hope to see you back! Thank for all the work!
15 lines
387 B
Makefile
15 lines
387 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Date_Holidays_Discordian
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Driver based class to calculate Discordian holidays
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
|
|
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|