diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-02 03:50:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-02 03:50:45 +0000 |
commit | 0d44089fcd7a714a6839c6a9115b8247f46556ea (patch) | |
tree | afff49d7541c70cb2c04b4716275f1f1612f0117 | |
parent | d94645e94d646988fe1cd177d441bf79e995494e (diff) |
Notes
-rw-r--r-- | www/php-yaf/Makefile | 29 | ||||
-rw-r--r-- | www/php-yaf/distinfo | 2 | ||||
-rw-r--r-- | www/php-yaf/pkg-descr | 3 |
3 files changed, 0 insertions, 34 deletions
diff --git a/www/php-yaf/Makefile b/www/php-yaf/Makefile deleted file mode 100644 index af98362dc685..000000000000 --- a/www/php-yaf/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: php-yaf -# Date created: 13 May 2011 -# Whom: johnpupu <johnpupu@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= yaf -PORTVERSION= 2.0.1 -CATEGORIES= www -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= php- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= johnpupu@gmail.com -COMMENT= Yaf is a php framework, the difference is yaf is a PHP Extension - -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre - -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config -PROJECTHOST= yafphp -USE_PHP= yes -USE_ZIP= yes -USE_PHPEXT= yes -USE_PHPIZE= yes -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} - -.include <bsd.port.mk> diff --git a/www/php-yaf/distinfo b/www/php-yaf/distinfo deleted file mode 100644 index 37154faece8c..000000000000 --- a/www/php-yaf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (php-yaf-2.0.1.zip) = 07d4e8f7cbe0d5ef62ad2c2befd58d0ba488475e4e140a002d188be9552897e3 -SIZE (php-yaf-2.0.1.zip) = 112168 diff --git a/www/php-yaf/pkg-descr b/www/php-yaf/pkg-descr deleted file mode 100644 index 7f3ccf67d1f7..000000000000 --- a/www/php-yaf/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Yaf is a php framework , the difference is yaf is a PHP Extension. - -WWW: http://code.google.com/p/yafphp |