diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-01 16:36:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-01 16:36:04 +0800 |
commit | 8862844077d1bf88b969dab94a6aae5d2a5cb099 (patch) | |
tree | 50fe73cf7c822e8ed835657b1f6f6ffa802e435b /archivers/pecl-phk/Makefile | |
parent | 4744eb2ed78141ed20defaaddba3438f5b23f4bb (diff) | |
download | freebsd-ports-gnome-8862844077d1bf88b969dab94a6aae5d2a5cb099.tar.gz freebsd-ports-gnome-8862844077d1bf88b969dab94a6aae5d2a5cb099.tar.zst freebsd-ports-gnome-8862844077d1bf88b969dab94a6aae5d2a5cb099.zip |
- Convert header
- Update to 2.1.0
Diffstat (limited to 'archivers/pecl-phk/Makefile')
-rw-r--r-- | archivers/pecl-phk/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile index 828eeacbd710..84952d7ba72a 100644 --- a/archivers/pecl-phk/Makefile +++ b/archivers/pecl-phk/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: pecl-phk -# Date created: 21 Jan 2007 -# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> -# +# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> # $FreeBSD$ -# PORTNAME= phk -PORTVERSION= 1.4.0 +PORTVERSION= 2.1.0 CATEGORIES= archivers pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -21,8 +17,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-phk |