freebsd-ports/archivers/pecl-phk/Makefile
Mathieu Arnold bcd0fff7b5 These do not build with php 5.6.
With hat:	portmgr
Sponsored by:	Absolight
2014-10-13 13:20:51 +00:00

24 lines
455 B
Makefile

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
PORTNAME= phk
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
IGNORE_WITH_PHP= 56
CONFIGURE_ARGS= --enable-phk
.include <bsd.port.mk>