blob: 3e4569bb9f7baf74c23bf0b19b52d01311116e1c (
plain) (
tree)
|
|
# New ports collection makefile for: pecl-inclued
# Date created: 2007/10/28
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= inclued
PORTVERSION= 0.3
CATEGORIES= devel pear
MASTER_SITES= http://t3.dotgnu.info/code/ LOCAL/chinsan/PECL
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Inclued gives you a Clue for PHP inclusion check
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-inclued
.include <bsd.port.mk>
|