Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= phpMyID |
8 |
PORTNAME= phpMyID |
9 |
PORTVERSION= 0.8 |
9 |
PORTVERSION= 0.9 |
10 |
CATEGORIES= security www |
10 |
CATEGORIES= security www |
11 |
MASTER_SITES= http://siege.org/projects/phpMyID/ |
11 |
MASTER_SITES= http://siege.org/projects/phpMyID/ |
12 |
EXTRACT_SUFX= .tgz |
12 |
EXTRACT_SUFX= .tgz |
Lines 17-24
Link Here
|
17 |
NO_BUILD= yes |
17 |
NO_BUILD= yes |
18 |
USE_PHP= session |
18 |
USE_PHP= session |
19 |
|
19 |
|
|
|
20 |
OPTIONS= BCMATH "Big math using bcmath lib (recommended by author)" on |
21 |
|
20 |
do-install: |
22 |
do-install: |
21 |
${MKDIR} ${PREFIX}/www/${PORTNAME} |
23 |
${MKDIR} ${PREFIX}/www/${PORTNAME} |
22 |
${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME} |
24 |
${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME} |
23 |
|
25 |
|
24 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.pre.mk> |
|
|
27 |
|
28 |
.if defined(WITH_BCMATH) |
29 |
USE_PHP+= bcmath |
30 |
.endif |
31 |
|
32 |
.include <bsd.port.post.mk> |