freebsd-ports/devel/pecl-inclued/Makefile
Martin Wilke 337a7fa041 - Marke these ports as stage safe
- While here remove php4 gruft
2014-01-23 15:12:50 +00:00

22 lines
380 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= inclued
PORTVERSION= 0.1.3
PORTEPOCH= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= miwi@FreeBSD.org
COMMENT= Inclued gives you a Clue for PHP inclusion check
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-inclued
.include <bsd.port.mk>