summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Compress-Gzip/Makefile
blob: 86ea6d56e6332112a8cba30d6f515e3a6be8136a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	CGI-Compress-Gzip
PORTVERSION=	1.03
PORTREVISION=	3
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	CGI::Compress::Gzip - CGI with automatically compressed output

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

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>