aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Date_Holidays_Discordian/Makefile
blob: 0bed71d6b18aaae0c8aad9f5f023ca5afa87cb25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Date_Holidays_Discordian
PORTVERSION=	0.1.1
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@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>