aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-02-26 13:38:47 +0800
committerleeym <leeym@FreeBSD.org>2008-02-26 13:38:47 +0800
commita58ad0fa3a7c16d2490a4ba9f9e6b5940033cd84 (patch)
treea298c2227ffd2a0d15068654fb51f20fd8aee8db /archivers
parent2cb19decbd334a4679f9a50321728092a6107777 (diff)
downloadfreebsd-ports-gnome-a58ad0fa3a7c16d2490a4ba9f9e6b5940033cd84.tar.gz
freebsd-ports-gnome-a58ad0fa3a7c16d2490a4ba9f9e6b5940033cd84.tar.zst
freebsd-ports-gnome-a58ad0fa3a7c16d2490a4ba9f9e6b5940033cd84.zip
- use CPAN macro
- remove the modules which are in perl core list from dependency - bump PORTREVISION
Diffstat (limited to 'archivers')
-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}