freebsd-ports/devel/pecl-htscanner/Makefile
Martin Wilke 5a67738f00 - Ignore php70
- While here remove old php gruft
2016-02-18 14:47:05 +00:00

23 lines
380 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= htscanner
PORTVERSION= 1.0.1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= Support htaccess for PHP
LICENSE= PHP30
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-htscanner
.include <bsd.port.mk>