mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
337a7fa041
- While here remove php4 gruft
25 lines
469 B
Makefile
25 lines
469 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-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A PECL extension offering a fast map-based autoloader
|
|
|
|
LICENSE= PHP301
|
|
|
|
USE_PHP= spl
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= automap
|
|
|
|
CONFIGURE_ARGS= --enable-automap
|
|
|
|
.include <bsd.port.mk>
|