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

30 lines
803 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Archive-Tar
# Date created: Nov 14 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= Archive-Tar
PORTVERSION= 1.26
PORTREVISION= 0
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Archive
PKGNAMEPREFIX= p5-
MAINTAINER= ports@oven.org
2003-02-21 11:44:59 +01:00
COMMENT= Perl module for creation and manipulation of tar files
2004-12-29 14:10:40 +01:00
RUN_DEPENDS= ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \
${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
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Archive::Tar.3 Archive::Tar::File.3
.include <bsd.port.mk>