mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
3d5dc2eaac
- Add LICENSE - Stage support PR: ports/182531 Submitted by: Gasol Wu Approved by: maintainer timeout (1.5 month)
23 lines
374 B
Makefile
23 lines
374 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vld
|
|
PORTVERSION= 0.12.0
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Dump the internal representation of PHP scripts
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --enable-vld
|
|
|
|
.include <bsd.port.mk>
|