24 lines
452 B
Makefile
24 lines
452 B
Makefile
|
# 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>
|