Lines 2-7
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= Date_Holidays |
3 |
PORTNAME= Date_Holidays |
4 |
PORTVERSION= 0.21.8 |
4 |
PORTVERSION= 0.21.8 |
|
|
5 |
PORTREVISION= 1 |
5 |
CATEGORIES= devel www pear |
6 |
CATEGORIES= devel www pear |
6 |
|
7 |
|
7 |
MAINTAINER= sunpoet@FreeBSD.org |
8 |
MAINTAINER= sunpoet@FreeBSD.org |
Lines 9-21
COMMENT= PEAR driver based class to calculate holidays
Link Here
|
9 |
|
10 |
|
10 |
LICENSE= PHP301 |
11 |
LICENSE= PHP301 |
11 |
|
12 |
|
12 |
BUILD_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR} \ |
13 |
BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} |
13 |
${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} |
14 |
RUN_DEPENDS= ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} |
14 |
RUN_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR} \ |
|
|
15 |
${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} |
16 |
|
15 |
|
17 |
USES= pear |
16 |
USES= pear |
18 |
|
17 |
|
|
|
18 |
USE_GITHUB= yes |
19 |
GH_ACCOUNT= pear |
20 |
GH_TAGNAME= a3fc96f |
21 |
|
22 |
NO_ARCH= yes |
23 |
|
19 |
OPTIONS_DEFINE= PEAR_CONSOLE_GETARGS |
24 |
OPTIONS_DEFINE= PEAR_CONSOLE_GETARGS |
20 |
PEAR_CONSOLE_GETARGS_DESC= Console::Getargs support |
25 |
PEAR_CONSOLE_GETARGS_DESC= Console::Getargs support |
21 |
|
26 |
|