mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
21 lines
369 B
Makefile
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>
|