summaryrefslogtreecommitdiff
path: root/databases/p5-tokyotyrant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-tokyotyrant/Makefile')
-rw-r--r--databases/p5-tokyotyrant/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/p5-tokyotyrant/Makefile b/databases/p5-tokyotyrant/Makefile
new file mode 100644
index 00000000000..66fe8a6bcc0
--- /dev/null
+++ b/databases/p5-tokyotyrant/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 11:40:33 obache Exp $
+#
+
+DISTNAME= tokyotyrant-perl-1.2
+PKGNAME= p5-${DISTNAME:S/-perl-/-/}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://tokyocabinet.sourceforge.net/tyrantperldoc/
+COMMENT= Pure Perl Interface of Tokyo Tyrant
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/TokyoTyrant/.packlist
+USE_LANGUAGES= # none
+
+INSTALLATION_DIRS+= share/tokyotyrant/doc/perl
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/doc/index.html \
+ ${DESTDIR}${PREFIX}/share/tokyotyrant/doc/perl/index.html
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"