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:
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
|
@ -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
|
||||
|
|
25
databases/p5-tokyotyrant/Makefile
Normal file
25
databases/p5-tokyotyrant/Makefile
Normal 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>
|
3
databases/p5-tokyotyrant/distinfo
Normal file
3
databases/p5-tokyotyrant/distinfo
Normal 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
|
4
databases/p5-tokyotyrant/pkg-descr
Normal file
4
databases/p5-tokyotyrant/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
TokyoTyrant-perl is an extenstion to Perl which allows access
|
||||
to TokyoTyrant dataabses.
|
||||
|
||||
WWW: http://1978th.net/tokyotyrant/perlpkg/
|
6
databases/p5-tokyotyrant/pkg-plist
Normal file
6
databases/p5-tokyotyrant/pkg-plist
Normal 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
|
Loading…
Reference in a new issue