1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/pecl-inclued/Makefile
2009-08-28 18:54:47 +00:00

24 lines
449 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= miwi@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>