summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar/Makefile
diff options
context:
space:
mode:
authormartti <martti>2001-10-22 05:45:58 +0000
committermartti <martti>2001-10-22 05:45:58 +0000
commit7b47e5dc567b61262641d035dd156a1f856461b6 (patch)
tree0c9cf2a8e1862536d375a4d3b556d8c7987a9275 /archivers/p5-Archive-Tar/Makefile
parent11f2a4a659f9d9674c6acc4b8127eb4f63baebeb (diff)
downloadpkgsrc-7b47e5dc567b61262641d035dd156a1f856461b6.tar.gz
Perl module for creation and manipulation of tar files.
This module uses no C-coded parts in itself, but it will try to use the Compress::Zlib module to read and write gzipped tarfiles. Archive::Tar will still work without Zlib, it will just complain a little bit (and, of course, not be able to use compression). The complaining will be removed when the module leaves the alpha stage, and can be trivially removed by commenting out the offending print near the top of Tar.pm.
Diffstat (limited to 'archivers/p5-Archive-Tar/Makefile')
-rw-r--r--archivers/p5-Archive-Tar/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
new file mode 100644
index 00000000000..f35503a5ae7
--- /dev/null
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/22 05:45:58 martti Exp $
+
+DISTNAME= Archive-Tar-0.22
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5tar
+CATEGORIES= archivers perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module interface to manipulate tar files
+
+DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Archive/Tar/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"