blob: 18a53ba6f0f4e2cf37f8e4a2045ad448931b2bd9 (
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= perl@FreeBSD.org
COMMENT= Perl extension to provide a PerlIO layer to gzip/gunzip
PERL_CONFIGURE= yes
MAN3= PerlIO::gzip.3
.include <bsd.port.mk>
|