Lines 6-29
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Net_Gearman |
8 |
PORTNAME= Net_Gearman |
9 |
PORTVERSION= 0.0.4 |
9 |
PORTVERSION= 0.1.1 |
10 |
CATEGORIES= devel |
10 |
CATEGORIES= devel pear |
11 |
MASTER_SITES= http://bugs.joestump.net/code/Net_Gearman/ |
|
|
12 |
PKGNAMEPREFIX= php- |
13 |
EXTRACT_SUFX= .tgz |
14 |
|
11 |
|
15 |
MAINTAINER= gslin@gslin.org |
12 |
MAINTAINER= gslin@gslin.org |
16 |
COMMENT= Gearman client libraray for PHP |
13 |
COMMENT= Gearman client libraray for PHP |
17 |
|
14 |
|
18 |
RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear |
15 |
BUILD_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear |
|
|
16 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
19 |
|
17 |
|
20 |
NO_BUILD= yes |
18 |
FILES= Net/Gearman/Client.php Net/Gearman/Connection.php Net/Gearman/Exception.php \ |
21 |
USE_PHP= yes |
19 |
Net/Gearman/Job.php Net/Gearman/Manager.php Net/Gearman/Set.php \ |
22 |
|
20 |
Net/Gearman/Task.php Net/Gearman/Worker.php \ |
23 |
do-install: |
21 |
Net/Gearman/Job/Common.php Net/Gearman/Job/Exception.php |
24 |
${MKDIR} ${DATADIR} |
22 |
EXAMPLES= SQL.php Sum.php tasks.php worker.php |
25 |
${CP} -R ${WRKSRC}/Net ${DATADIR} |
23 |
|
26 |
${MKDIR} ${EXAMPLESDIR} |
24 |
.include <bsd.port.pre.mk> |
27 |
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} |
25 |
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" |
28 |
|
26 |
.include <bsd.port.post.mk> |
29 |
.include <bsd.port.mk> |
|
|