diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-02 11:50:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-02 11:50:45 +0800 |
commit | 5aa8e52f70122969f2030ea982937ac17eb51b6f (patch) | |
tree | 6aceb86d25f1c79c5ff0a3eb041a2642d5904311 /www | |
parent | a6562c527048e318c182e3a83ecadfd5e039001c (diff) | |
download | freebsd-ports-gnome-5aa8e52f70122969f2030ea982937ac17eb51b6f.tar.gz freebsd-ports-gnome-5aa8e52f70122969f2030ea982937ac17eb51b6f.tar.zst freebsd-ports-gnome-5aa8e52f70122969f2030ea982937ac17eb51b6f.zip |
- Rename www/php-yaf to www/pecl-yaf
PR: ports/161536
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
Diffstat (limited to 'www')
-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 |