aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-PerlIO-gzip/Makefile
blob: a820edcb21208922e24b1bd5dd477662c9f8b070 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    PerlIO-gzip
# Date created:    08 December 2004
# Whom:        Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   PerlIO-gzip
PORTVERSION=    0.18
CATEGORIES= archivers perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= skv@FreeBSD.org
COMMENT=    Perl extension to provide a PerlIO layer to gzip/gunzip

PERL_CONFIGURE= yes

MAN3=       PerlIO::gzip.3

.include <bsd.port.mk>