freebsd-ports/archivers/p5-IO-Compress-Lzop/Makefile
Sunpoet Po-Chuan Hsieh 52efe6aae9 - Update to 2.039
- Add space in COMMENTS to eliminate portlint warning

Changes:	http://search.cpan.org/dist/IO-Compress-Lzop/Changes
2011-10-29 03:26:36 +00:00

27 lines
736 B
Makefile

# 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.039
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.039:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS= p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \
p5-IO-Compress>=2.039:${PORTSDIR}/archivers/p5-IO-Compress
PERL_CONFIGURE= yes
MAN3= IO::Compress::Lzop.3 IO::Uncompress::UnLzop.3
.include <bsd.port.mk>