diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-05-19 22:55:39 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-05-19 22:55:39 +0000 |
commit | b4cab865b60e7046ce2825c70e5588d31fc2a334 (patch) | |
tree | fc74abbb1b6d664da278f30f4f5db28273881c51 /devel/pear-Net_Gearman/Makefile | |
parent | c4154f2695725e9baf7aa49a5d11b64ff419762d (diff) |
Notes
Diffstat (limited to 'devel/pear-Net_Gearman/Makefile')
-rw-r--r-- | devel/pear-Net_Gearman/Makefile | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/devel/pear-Net_Gearman/Makefile b/devel/pear-Net_Gearman/Makefile index b56b64327297..d66af5d27ae7 100644 --- a/devel/pear-Net_Gearman/Makefile +++ b/devel/pear-Net_Gearman/Makefile @@ -6,24 +6,25 @@ # PORTNAME= Net_Gearman -PORTVERSION= 0.0.4 -CATEGORIES= devel -MASTER_SITES= http://bugs.joestump.net/code/Net_Gearman/ -PKGNAMEPREFIX= php- -EXTRACT_SUFX= .tgz +PORTVERSION= 0.1.1 +CATEGORIES= devel pear MAINTAINER= gslin@gslin.org COMMENT= Gearman client libraray for PHP -RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear +BUILD_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS:= ${BUILD_DEPENDS} -NO_BUILD= yes -USE_PHP= yes +USE_PHP= mbstring -do-install: - ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/Net ${DATADIR} - ${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} +FILES= Net/Gearman/Client.php Net/Gearman/Connection.php Net/Gearman/Exception.php \ + Net/Gearman/Job.php Net/Gearman/Manager.php Net/Gearman/Set.php \ + Net/Gearman/Task.php Net/Gearman/Worker.php \ + Net/Gearman/Job/Common.php Net/Gearman/Job/Exception.php +EXAMPLES= SQL.php Sum.php tasks.php worker.php -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" + +.include <bsd.port.post.mk> |