freebsd-ports/archivers/p5-IO-Compress-Brotli/Makefile
Ryan Steinmetz 5adebf729b New port: archivers/p5-IO-Compress-Brotli:
IO::Compress::Brotli is a module that compresses/decompresses Brotli buffers
and streams.

WWW: https://metacpan.org/release/IO-Compress-Brotli
2019-08-30 14:31:27 +00:00

22 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>