26 lines
530 B
Makefile
26 lines
530 B
Makefile
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= automap
|
|
PORTVERSION= 2.1.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
DEPRECATED= Works only with EOL php 5.5
|
|
EXPIRATION_DATE= 2016-10-20
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= php:ext tar:tgz
|
|
USE_PHP= spl:build
|
|
IGNORE_WITH_PHP= 56 70
|
|
|
|
CONFIGURE_ARGS= --enable-automap
|
|
|
|
.include <bsd.port.mk>
|