TokyoTyrant-perl is an extenstion to Perl which allows access

to TokyoTyrant dataabses.

WWW:	http://1978th.net/tokyotyrant/perlpkg/

Feature safe: yes
This commit is contained in:
Jun Kuriyama 2010-02-17 03:57:40 +00:00
parent 8379c973c9
commit 7dd996b47d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249987
5 changed files with 39 additions and 0 deletions

View file

@ -422,6 +422,7 @@
SUBDIR += p5-postgresql-plperl
SUBDIR += p5-qdbm
SUBDIR += p5-sqlrelay
SUBDIR += p5-tokyotyrant
SUBDIR += pear-DB
SUBDIR += pear-DBA
SUBDIR += pear-DBA_Relational

View file

@ -0,0 +1,25 @@
# ports collection makefile for: perl interface to TokyoTyrant
# Date created: 17 February 2010
# Whom: Hiroyuki Hanai <hanai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tokyotyrant
PORTVERSION= 1.16
CATEGORIES= databases perl5
MASTER_SITES= http://1978th.net/tokyotyrant/perlpkg/
DISTNAME= ${PORTNAME}-perl-${PORTVERSION}
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl5 interface to the TokyoTyrant
BUILD_DEPENDS= tokyotyrant>=1.1.40:${PORTSDIR}/databases/tokyotyrant
LIB_DEPENDS= tokyotyrant:${PORTSDIR}/databases/tokyotyrant
PERL_CONFIGURE= yes
MAN3= TokyoTyrant.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (tokyotyrant-perl-1.16.tar.gz) = 8f00895b2c91602ab7df69a50dc15789
SHA256 (tokyotyrant-perl-1.16.tar.gz) = b197e90f06053934e318d4da3902b76a31b4c1c734b6e465d2c1b31b6f2baa7a
SIZE (tokyotyrant-perl-1.16.tar.gz) = 33595

View file

@ -0,0 +1,4 @@
TokyoTyrant-perl is an extenstion to Perl which allows access
to TokyoTyrant dataabses.
WWW: http://1978th.net/tokyotyrant/perlpkg/

View file

@ -0,0 +1,6 @@
%%SITE_PERL%%/TokyoTyrant.pm
%%SITE_PERL%%/TokyoTyrant.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TokyoTyrant/.packlist
%%SITE_PERL%%/tcrtest.pl
%%SITE_PERL%%/ttutest.pl
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/TokyoTyrant