summaryrefslogtreecommitdiff
path: root/www/p5-HTTPD-Log-Filter/Makefile
blob: a6afddf3e3f71c2f4a5c0e9ed8ff0909dfb9bed4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	HTTPD-Log-Filter
PORTVERSION=	1.08
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:AWRIGLEY
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl module to filter entries out of an httpd log

BUILD_DEPENDS=	p5-IO-Zlib>=0:archivers/p5-IO-Zlib
RUN_DEPENDS=	p5-IO-Zlib>=0:archivers/p5-IO-Zlib

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>