aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pecl-htscanner/Makefile
blob: 912bf4975142c90322c48ee106fa8ac90dc504b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: chinsan
# $FreeBSD$

PORTNAME=   htscanner
PORTVERSION=    1.0.1
PORTREVISION=   1
CATEGORIES= devel pear
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
DIST_SUBDIR=    PECL

MAINTAINER= joneum@bsdproject.de
COMMENT=    Support htaccess for PHP

LICENSE=    PHP30

USES=       php:ext tar:tgz
IGNORE_WITH_PHP=    70

CONFIGURE_ARGS= --enable-htscanner

.include <bsd.port.mk>