aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-IO-Compress-Lzop/Makefile
blob: 303f2e1ad37026fb8e6b0327d1a37aed0d252b79 (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
24
25
26
27
# New ports collection makefile for:	p5-IO-Compress-Lzop
# Date created:		2011-02-13
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	IO-Compress-Lzop
PORTVERSION=	2.042
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PMQS
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Write lzop files / buffers

BUILD_DEPENDS=	p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \
		p5-IO-Compress>=2.042:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS=	p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \
		p5-IO-Compress>=2.042:${PORTSDIR}/archivers/p5-IO-Compress

PERL_CONFIGURE=	yes

MAN3=		IO::Compress::Lzop.3 IO::Uncompress::UnLzop.3

.include <bsd.port.mk>