mirror of https://git.FreeBSD.org/ports.git
22 lines
465 B
Makefile
22 lines
465 B
Makefile
PORTNAME= Gzip-Faster
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BKB
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple and fast gzip and gunzip
|
|
WWW= https://metacpan.org/release/Gzip-Faster
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Digest-CRC>=0:security/p5-Digest-CRC \
|
|
p5-Image-PNG-Libpng>=0:graphics/p5-Image-PNG-Libpng
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|