opnsense-ports/archivers/p5-POE-Filter-Zlib/Makefile

23 lines
465 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= POE-Filter-Zlib
PORTVERSION= 2.0.2
PORTREVISION= 2
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= POE filter wrapped around Compress::Zlib
BUILD_DEPENDS= p5-POE>=0.38:devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>