blob: 70e878ead3a13027534a65f32d0b950141ddfcbe (
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= 5.8.0+
MAN3= PerlIO::gzip.3
.include <bsd.port.mk>
|