2000-12-19 10:48:13 +01:00
|
|
|
# New ports collection makefile for: p5-Archive-Tar
|
|
|
|
# Date created: Nov 14 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Archive-Tar
|
2005-09-19 18:57:26 +02:00
|
|
|
PORTVERSION= 1.26
|
2005-07-28 19:52:03 +02:00
|
|
|
PORTREVISION= 0
|
2000-12-19 10:48:13 +01:00
|
|
|
CATEGORIES= archivers perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Archive
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-03-12 01:32:23 +01:00
|
|
|
MAINTAINER= ports@oven.org
|
2003-02-21 11:44:59 +01:00
|
|
|
COMMENT= Perl module for creation and manipulation of tar files
|
2000-12-19 10:48:13 +01:00
|
|
|
|
2004-12-29 14:10:40 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \
|
2005-06-11 18:13:12 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
|
|
|
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
2004-12-29 14:10:40 +01:00
|
|
|
${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String
|
2004-04-15 09:39:33 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-08-20 17:54:20 +02:00
|
|
|
|
2001-01-01 14:53:11 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-12-19 10:48:13 +01:00
|
|
|
|
2003-07-10 15:34:26 +02:00
|
|
|
MAN3= Archive::Tar.3 Archive::Tar::File.3
|
|
|
|
|
2005-06-11 18:13:12 +02:00
|
|
|
.include <bsd.port.mk>
|