5adebf729b
IO::Compress::Brotli is a module that compresses/decompresses Brotli buffers and streams. WWW: https://metacpan.org/release/IO-Compress-Brotli
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-Compress-Brotli
|
|
PORTVERSION= 0.004001
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl implementation of Brotli
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-File-Slurper>0:devel/p5-File-Slurper
|
|
|
|
USES= gmake perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|