svn commit: r314258 - head/devel/pear-Net_Gearman
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 06:33:20 UTC 2013
Author: miwi
Date: Fri Mar 15 06:33:19 2013
New Revision: 314258
URL: http://svnweb.freebsd.org/changeset/ports/314258
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/devel/pear-Net_Gearman/Makefile (contents, props changed)
Modified: head/devel/pear-Net_Gearman/Makefile
==============================================================================
--- head/devel/pear-Net_Gearman/Makefile Fri Mar 15 06:31:40 2013 (r314257)
+++ head/devel/pear-Net_Gearman/Makefile Fri Mar 15 06:33:19 2013 (r314258)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: php-Net_Gearman
-# Date created: 2008-01-10
-# Whom: Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= Net_Gearman
PORTVERSION= 0.2.3
@@ -13,18 +9,11 @@ MAINTAINER= gslin at gslin.org
COMMENT= Gearman client libraray for PHP
BUILD_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= json mbstring
-
-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
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
-
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list