Lines 2-20
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= phpipam |
4 |
PORTNAME= phpipam |
5 |
PORTVERSION= 1.4.1 |
5 |
PORTVERSION= 1.4.2 |
6 |
CATEGORIES= net-mgmt |
6 |
CATEGORIES= net-mgmt |
7 |
|
7 |
|
8 |
MAINTAINER= jake@xz.cx |
8 |
MAINTAINER= jake@xz.cx |
9 |
COMMENT= PHP IP Address Management IPv4/IPv6 |
9 |
COMMENT= PHP IP Address Management IPv4/IPv6 |
10 |
|
10 |
|
11 |
USE_GITHUB= yes |
|
|
12 |
GH_TAGNAME= e569141 |
13 |
|
14 |
LICENSE= GPLv3 |
11 |
LICENSE= GPLv3 |
15 |
|
12 |
|
16 |
RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR} |
13 |
RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR} |
17 |
|
14 |
|
|
|
15 |
USES= gettext php:web tar: |
16 |
|
17 |
USE_GITHUB= yes |
18 |
GH_TAGNAME= 968a4d2 |
19 |
|
18 |
NO_BUILD= yes |
20 |
NO_BUILD= yes |
19 |
NO_ARCH= yes |
21 |
NO_ARCH= yes |
20 |
|
22 |
|
Lines 25-33
Link Here
|
25 |
|
27 |
|
26 |
OPTIONS_DEFINE= LDAP |
28 |
OPTIONS_DEFINE= LDAP |
27 |
|
29 |
|
28 |
USES= gettext php:web tar: |
30 |
USE_PHP= ctype curl filter gd gettext gmp iconv json mbstring \ |
29 |
USE_PHP= filter gettext gmp json mbstring openssl \ |
31 |
openssl pcntl pdo pdo_mysql session simplexml sockets |
30 |
pcntl pdo pdo_mysql session simplexml sockets |
32 |
|
31 |
LDAP_USE= PHP=ldap |
33 |
LDAP_USE= PHP=ldap |
32 |
|
34 |
|
33 |
pre-install: |
35 |
pre-install: |