diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-12-29 13:10:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-12-29 13:10:40 +0000 |
commit | df68892349051b49d604564059db003a2897418e (patch) | |
tree | eb184241035e92e8afb24401d750361e2dc52f8b /archivers/p5-Archive-Tar/Makefile | |
parent | e4e249340f7547f36f0d73e995dce8a202f930a7 (diff) |
Notes
Diffstat (limited to 'archivers/p5-Archive-Tar/Makefile')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 8129a9a4eccc..74043bf7914d 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Archive-Tar -PORTVERSION= 1.10 +PORTVERSION= 1.23 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archive @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@oven.org COMMENT= Perl module for creation and manipulation of tar files -RUN_DEPENDS= ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib +RUN_DEPENDS= ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ + ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= YES |