mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
a3312afe9b
PR: 112301 Submitted by: miwi Approved by: maintainer (chinsan@)
25 lines
433 B
Makefile
25 lines
433 B
Makefile
# New ports collection makefile for: pecl-htscanner
|
|
# Date created: 2007/03/02
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= htscanner
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Support htaccess for PHP
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --enable-htscanner
|
|
|
|
.include <bsd.port.mk>
|