freebsd-ports/archivers/p5-IO-Compress-Brotli/Makefile
2021-04-06 16:31:07 +02:00

20 lines
396 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
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>