1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/archivers/pecl-phk/Makefile
Baptiste Daroussin fee43be218 Support stage
2014-01-04 23:48:45 +00:00

24 lines
435 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
CONFIGURE_ARGS= --enable-phk
.include <bsd.port.mk>