1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/archivers/pecl-phk/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

21 lines
369 B
Makefile

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
PORTNAME= phk
PORTVERSION= 3.0.1
PORTREVISION= 1
CATEGORIES= archivers pear
MAINTAINER= joneum@bsdproject.de
COMMENT= PHK is a PHP-oriented package/archive system
LICENSE= PHP301
USES= php:pecl
USE_PHP= hash:build
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --enable-phk
.include <bsd.port.mk>