6fb6597c89
With hat: perl
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# 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>
|