aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Date_Holidays/Makefile
blob: 1cd68fd99a5c5dfd4a54a57982aa29fc8424debd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	Date_Holidays
PORTVERSION=	0.21.8
PORTREVISION=	2
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR driver based class to calculate holidays
WWW=		https://pear.php.net/package/Date_Holidays

LICENSE=	PHP301

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}XML_Serializer>=0:devel/pear-XML_Serializer@${PHP_FLAVOR}

USES=		pear

USE_GITHUB=	yes
GH_ACCOUNT=	pear
GH_TAGNAME=	a3fc96f

NO_ARCH=	yes

PORTSCOUT=	ignore:1

OPTIONS_DEFINE=	PEAR_CONSOLE_GETARGS
PEAR_CONSOLE_GETARGS_DESC=	Console::Getargs support

PEAR_CONSOLE_GETARGS_RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Console_Getargs>=0:devel/pear-Console_Getargs@${PHP_FLAVOR}

.include <bsd.port.mk>