diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-26 05:38:47 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-26 05:38:47 +0000 |
commit | 6bb16b8484c9e8a58ff441603c1a6b161310fe4e (patch) | |
tree | 5f576780b74e5c6f5d1495cdbeb92a47e48e84fc /archivers | |
parent | bfa22791dae5ab66c81c5f07a08801e17e24a774 (diff) | |
download | ports-6bb16b8484c9e8a58ff441603c1a6b161310fe4e.tar.gz ports-6bb16b8484c9e8a58ff441603c1a6b161310fe4e.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 5 |
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} |