2013-02-01 09:36:04 +01:00
|
|
|
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
2008-01-20 23:14:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= phk
|
2013-02-01 09:36:04 +01:00
|
|
|
PORTVERSION= 2.1.0
|
2008-01-20 23:14:54 +01:00
|
|
|
CATEGORIES= archivers pear
|
|
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
|
|
PKGNAMEPREFIX= pecl-
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
DIST_SUBDIR= PECL
|
|
|
|
|
2009-04-11 11:09:22 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2008-01-20 23:14:54 +01:00
|
|
|
COMMENT= PHK is a PHP-oriented package/archive system
|
|
|
|
|
2010-12-20 07:52:29 +01:00
|
|
|
LICENSE= PHP301
|
|
|
|
|
2008-01-20 23:14:54 +01:00
|
|
|
USE_PHP= yes
|
|
|
|
USE_PHP_BUILD= yes
|
|
|
|
USE_PHPEXT= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-phk
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|