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

25 lines
484 B
Makefile

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
PORTNAME= automap
PORTVERSION= 2.1.0
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= ports@FreeBSD.org
COMMENT= PECL extension offering a fast map-based autoloader
LICENSE= PHP301
USES= tar:tgz
USE_PHP= spl
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= automap
IGNORE_WITH_PHP= 56
CONFIGURE_ARGS= --enable-automap
.include <bsd.port.mk>