summaryrefslogtreecommitdiff
path: root/devel/p5-Cache-Cache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Cache-Cache/Makefile')
-rw-r--r--devel/p5-Cache-Cache/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-Cache-Cache/Makefile b/devel/p5-Cache-Cache/Makefile
new file mode 100644
index 00000000000..84f354d7ed9
--- /dev/null
+++ b/devel/p5-Cache-Cache/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 18:47:51 he Exp $
+#
+
+DISTNAME= Cache-Cache-1.02
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5cc
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://perl-cache.sourceforge.net/
+COMMENT= The Cache interface
+
+DEPENDS+= p5-IPC-ShareLite>=0.09:../../devel/p5-IPC-ShareLite
+DEPENDS+= p5-Error>=0.15:../../devel/p5-Error
+DEPENDS+= p5-Digest-SHA1>=2.02:../../security/p5-Digest-SHA1
+DEPENDS+= p5-Storable>=1.014:../../devel/p5-Storable
+DEPENDS+= p5-IPC-ShareLite>=0.09:../../devel/p5-IPC-ShareLite
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Cache/Cache/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"