From 6bb16b8484c9e8a58ff441603c1a6b161310fe4e Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Tue, 26 Feb 2008 05:38:47 +0000 Subject: [PATCH] - use CPAN macro - remove the modules which are in perl core list from dependency - bump PORTREVISION --- archivers/p5-Archive-Tar/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index fc2f2f93941c..f17276f78a34 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -7,16 +7,15 @@ PORTNAME= Archive-Tar PORTVERSION= 1.38 +PORTREVISION= 1 CATEGORIES= archivers perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Archive +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for creation and manipulation of tar files 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}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String BUILD_DEPENDS= ${RUN_DEPENDS}