mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
20 lines
377 B
Makefile
20 lines
377 B
Makefile
# Created by: Elias Mandouvalos <ocean@mail.gr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= runkit
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PECL extension to modify constants, user-defined functions, and classes
|
|
|
|
LICENSE= PHP30
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 70 71 72 73
|
|
|
|
CONFIGURE_ARGS= --enable-runkit=classkit
|
|
|
|
.include <bsd.port.mk>
|