337a7fa041
- While here remove php4 gruft
22 lines
380 B
Makefile
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>
|