diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-12-20 07:16:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-12-20 07:16:34 +0000 |
commit | f3aa6dd8b9695c611cf5d7acba4ccbc81e33b4ba (patch) | |
tree | 9b6c435f74961d1922b95fd0eea1ac0e94ce728a /devel/pecl-inclued/Makefile | |
parent | bb66c594b2cd7156455074943076de2b8c3d2a4d (diff) |
Notes
Diffstat (limited to 'devel/pecl-inclued/Makefile')
-rw-r--r-- | devel/pecl-inclued/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/pecl-inclued/Makefile b/devel/pecl-inclued/Makefile index efe9190fae3a..c1c28d61841a 100644 --- a/devel/pecl-inclued/Makefile +++ b/devel/pecl-inclued/Makefile @@ -8,15 +8,18 @@ PORTNAME= inclued PORTVERSION= 0.3 CATEGORIES= devel pear -MASTER_SITES= http://t3.dotgnu.info/code/ LOCAL/chinsan/PECL +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 |