summaryrefslogtreecommitdiff
path: root/databases/p5-tokyocabinet/Makefile
diff options
context:
space:
mode:
authorobache <obache>2009-05-07 10:56:26 +0000
committerobache <obache>2009-05-07 10:56:26 +0000
commitb5aa9052a848099bc3811f69cd7c8177c8313c57 (patch)
tree32f46aec3576b8dfc9d28436d6426b4f15d4e673 /databases/p5-tokyocabinet/Makefile
parent8410e29286f1eaf997d704431cf9eb9a010b0598 (diff)
downloadpkgsrc-b5aa9052a848099bc3811f69cd7c8177c8313c57.tar.gz
Update tokyocabinet-perl to 1.26, for new tokyocabinet.
Diffstat (limited to 'databases/p5-tokyocabinet/Makefile')
-rw-r--r--databases/p5-tokyocabinet/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/p5-tokyocabinet/Makefile b/databases/p5-tokyocabinet/Makefile
index 1d18148c6f7..4a2b55b37b6 100644
--- a/databases/p5-tokyocabinet/Makefile
+++ b/databases/p5-tokyocabinet/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2009/03/21 05:33:12 obache Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/07 10:56:26 obache Exp $
#
-DISTNAME= tokyocabinet-perl-1.24
+DISTNAME= tokyocabinet-perl-1.26
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}
@@ -10,6 +10,8 @@ MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://tokyocabinet.sourceforge.net/perldoc/
COMMENT= Perl binding of Tokyo Cabinet
+LICENSE= gnu-lgpl-v2.1
+
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/TokyoCabinet/.packlist
@@ -22,7 +24,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/index.html \
${DESTDIR}${PREFIX}/share/tokyocabinet/doc/perl/index.html
-BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.4.10
+BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.4.15
.include "../../databases/tokyocabinet/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"