diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-24 02:19:01 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-24 02:19:01 +0000 |
commit | cf573ca6cb1404eb1c4ac264032519c242a51be9 (patch) | |
tree | 476cf32fff9a2755d854ec9276454e6cb3062bb7 /devel/pear-Net_Gearman/Makefile | |
parent | 3f97fd9e66cd67e742614af564765896a096ff30 (diff) | |
download | ports-cf573ca6cb1404eb1c4ac264032519c242a51be9.tar.gz ports-cf573ca6cb1404eb1c4ac264032519c242a51be9.zip |
Notes
Diffstat (limited to 'devel/pear-Net_Gearman/Makefile')
-rw-r--r-- | devel/pear-Net_Gearman/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/pear-Net_Gearman/Makefile b/devel/pear-Net_Gearman/Makefile new file mode 100644 index 000000000000..b56b64327297 --- /dev/null +++ b/devel/pear-Net_Gearman/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: php-Net_Gearman +# Date created: 2008-01-10 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Net_Gearman +PORTVERSION= 0.0.4 +CATEGORIES= devel +MASTER_SITES= http://bugs.joestump.net/code/Net_Gearman/ +PKGNAMEPREFIX= php- +EXTRACT_SUFX= .tgz + +MAINTAINER= gslin@gslin.org +COMMENT= Gearman client libraray for PHP + +RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear + +NO_BUILD= yes +USE_PHP= yes + +do-install: + ${MKDIR} ${DATADIR} + ${CP} -R ${WRKSRC}/Net ${DATADIR} + ${MKDIR} ${EXAMPLESDIR} + ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} + +.include <bsd.port.mk> |