2000-12-19 09:48:13 +00:00
|
|
|
# New ports collection makefile for: p5-Archive-Tar
|
|
|
|
# Date created: Nov 14 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Archive-Tar
|
|
|
|
PORTVERSION= 0.22
|
|
|
|
CATEGORIES= archivers perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Archive
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= roman@xpert.com
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
|
|
|
|
|
|
|
USE_PERL5= YES
|
2001-01-01 13:53:11 +00:00
|
|
|
PERL_CONFIGURE= YES
|
2000-12-19 09:48:13 +00:00
|
|
|
|
|
|
|
MAN3= Archive::Tar.3
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|