freebsd-ports/archivers/pecl-phk/Makefile

24 lines
435 B
Makefile
Raw Normal View History

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