summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-02-26 05:38:47 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-02-26 05:38:47 +0000
commit6bb16b8484c9e8a58ff441603c1a6b161310fe4e (patch)
tree5f576780b74e5c6f5d1495cdbeb92a47e48e84fc
parent- Update to 2.6.1 (diff)
- use CPAN macro
- remove the modules which are in perl core list from dependency - bump PORTREVISION
Notes
Notes: svn path=/head/; revision=207913
-rw-r--r--archivers/p5-Archive-Tar/Makefile5
1 files 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}