diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-02-17 11:57:40 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-02-17 11:57:40 +0800 |
commit | 683e731435abc482049c6eaf4c168f7ff6d4b4e3 (patch) | |
tree | 9ea46cdb89f887ec4543fcd471303d2ad2d122e6 /databases/p5-tokyotyrant | |
parent | 1d49fe9b1baf9cf6e9069db08a02ec31d4a034b1 (diff) | |
download | freebsd-ports-gnome-683e731435abc482049c6eaf4c168f7ff6d4b4e3.tar.gz freebsd-ports-gnome-683e731435abc482049c6eaf4c168f7ff6d4b4e3.tar.zst freebsd-ports-gnome-683e731435abc482049c6eaf4c168f7ff6d4b4e3.zip |
TokyoTyrant-perl is an extenstion to Perl which allows access
to TokyoTyrant dataabses.
WWW: http://1978th.net/tokyotyrant/perlpkg/
Feature safe: yes
Diffstat (limited to 'databases/p5-tokyotyrant')
-rw-r--r-- | databases/p5-tokyotyrant/Makefile | 25 | ||||
-rw-r--r-- | databases/p5-tokyotyrant/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-tokyotyrant/pkg-descr | 4 | ||||
-rw-r--r-- | databases/p5-tokyotyrant/pkg-plist | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/databases/p5-tokyotyrant/Makefile b/databases/p5-tokyotyrant/Makefile new file mode 100644 index 000000000000..843b8a36ea3f --- /dev/null +++ b/databases/p5-tokyotyrant/Makefile @@ -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> diff --git a/databases/p5-tokyotyrant/distinfo b/databases/p5-tokyotyrant/distinfo new file mode 100644 index 000000000000..5e7f739fa90f --- /dev/null +++ b/databases/p5-tokyotyrant/distinfo @@ -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 diff --git a/databases/p5-tokyotyrant/pkg-descr b/databases/p5-tokyotyrant/pkg-descr new file mode 100644 index 000000000000..68377a71e4a5 --- /dev/null +++ b/databases/p5-tokyotyrant/pkg-descr @@ -0,0 +1,4 @@ +TokyoTyrant-perl is an extenstion to Perl which allows access +to TokyoTyrant dataabses. + +WWW: http://1978th.net/tokyotyrant/perlpkg/ diff --git a/databases/p5-tokyotyrant/pkg-plist b/databases/p5-tokyotyrant/pkg-plist new file mode 100644 index 000000000000..b41368db4248 --- /dev/null +++ b/databases/p5-tokyotyrant/pkg-plist @@ -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 |