blob: c1c28d61841a5b3f40291f2d29941c03a18227f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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= LOCAL/chinsan/PECL
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= Inclued gives you a Clue for PHP inclusion check
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP=4
CONFIGURE_ARGS= --enable-inclued
.include <bsd.port.mk>
|