aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-POE-Filter-LZF/Makefile
blob: 046f36fd65e2051b24c3a45c85303a345d4e1cb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	POE-Filter-LZF
PORTVERSION=	1.72
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	POE filter wrapped around Compress::LZF
WWW=		https://metacpan.org/release/POE-Filter-LZF

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Compress-LZF>=1.51:archivers/p5-Compress-LZF \
		p5-POE>=0.38:devel/p5-POE

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>