summaryrefslogtreecommitdiff
path: root/databases/p5-tokyocabinet/Makefile
diff options
context:
space:
mode:
authorobache <obache>2009-03-21 05:33:12 +0000
committerobache <obache>2009-03-21 05:33:12 +0000
commit31b650f32eb5e83d721623f669c24d5f73fdc85f (patch)
tree79188526eb16e4e14e69f4165d71d92ed1d68015 /databases/p5-tokyocabinet/Makefile
parent60013bf5b2895c23affddaf784cab2fa6ccbdb21 (diff)
downloadpkgsrc-31b650f32eb5e83d721623f669c24d5f73fdc85f.tar.gz
Update p5-tokyocabinet to 1.24, for tokyocabinet-1.4.10.
Diffstat (limited to 'databases/p5-tokyocabinet/Makefile')
-rw-r--r--databases/p5-tokyocabinet/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/p5-tokyocabinet/Makefile b/databases/p5-tokyocabinet/Makefile
index 9804031e46c..1d18148c6f7 100644
--- a/databases/p5-tokyocabinet/Makefile
+++ b/databases/p5-tokyocabinet/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2009/02/16 11:25:35 obache Exp $
+# $NetBSD: Makefile,v 1.11 2009/03/21 05:33:12 obache Exp $
#
-DISTNAME= tokyocabinet-perl-1.23
+DISTNAME= tokyocabinet-perl-1.24
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
-PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}
-DIST_SUBDIR= ${DISTNAME}-1
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://tokyocabinet.sourceforge.net/perldoc/
@@ -24,7 +22,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/index.html \
${DESTDIR}${PREFIX}/share/tokyocabinet/doc/perl/index.html
-BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.4.6
+BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.4.10
.include "../../databases/tokyocabinet/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"