freebsd-ports/devel/pecl-inclued/Makefile
Vanilla I. Shu db3eaea735 remove DEFAULT_VERSIONS.
Obtained from:	bapt@, mat@
2015-02-25 07:43:59 +00:00

23 lines
400 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= inclued
PORTVERSION= 0.1.3
PORTEPOCH= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
MAINTAINER= ports@FreeBSD.org
COMMENT= Inclued gives you a Clue for PHP inclusion check
LICENSE= PHP301
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP= 55 56
CONFIGURE_ARGS= --enable-inclued
.include <bsd.port.mk>