openbsd-ports/archivers/p5-Archive-Tar/Makefile

26 lines
539 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2008/09/29 18:32:12 simon Exp $
2007-09-15 06:14:32 -04:00
COMMENT= perl interface to tar archives
COMES_WITH= 4.5
MODULES= cpan
DISTNAME= Archive-Tar-1.38
CATEGORIES= archivers
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-11 12:14:15 -05:00
RUN_DEPENDS= :p5-IO-Zlib->=1.01:archivers/p5-IO-Zlib \
2005-12-20 02:37:59 -05:00
:p5-IO-String->=1.05:devel/p5-IO-String \
:p5-Text-Diff-*:textproc/p5-Text-Diff
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>