freebsd-ports/archivers/p5-IO-Compress-Brotli/Makefile

22 lines
408 B
Makefile
Raw Normal View History

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