diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-20 09:46:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-20 09:46:34 +0000 |
commit | 816c8a4459c385406d2e141c4dc9a9bd989a19a4 (patch) | |
tree | 00961d96dc984e8e314b7d3512fe01a9d25bed9d /databases/p5-KyotoCabinet | |
parent | b39cb641d2bd0430485f79b5cbe3e916627e44f3 (diff) |
Notes
Diffstat (limited to 'databases/p5-KyotoCabinet')
-rw-r--r-- | databases/p5-KyotoCabinet/Makefile | 26 | ||||
-rw-r--r-- | databases/p5-KyotoCabinet/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-KyotoCabinet/pkg-descr | 3 | ||||
-rw-r--r-- | databases/p5-KyotoCabinet/pkg-plist | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/databases/p5-KyotoCabinet/Makefile b/databases/p5-KyotoCabinet/Makefile new file mode 100644 index 000000000000..f826780490fe --- /dev/null +++ b/databases/p5-KyotoCabinet/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-KyotoCabinet +# Date created: 2011-09-19 +# Whom: Geraud CONTINSOUZAS <geraud@gcu.info> +# +# $FreeBSD$ +# + +PORTNAME= KyotoCabinet +PORTVERSION= 1.18 +CATEGORIES= databases perl5 +MASTER_SITES= http://fallabs.com/kyotocabinet/perlpkg/ +PKGNAMEPREFIX= p5- +DISTNAME= kyotocabinet-perl-${PORTVERSION} + +MAINTAINER= geraud@gcu.info +COMMENT= Perl extension for KyotoCabinet + +LICENSE= GPLv3 + +LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet + +PERL_CONFIGURE= yes + +MAN3= KyotoCabinet.3 + +.include <bsd.port.mk> diff --git a/databases/p5-KyotoCabinet/distinfo b/databases/p5-KyotoCabinet/distinfo new file mode 100644 index 000000000000..9adf4d6f560f --- /dev/null +++ b/databases/p5-KyotoCabinet/distinfo @@ -0,0 +1,2 @@ +SHA256 (kyotocabinet-perl-1.18.tar.gz) = 6bb70e88457481b27df0a14a997897010006c6b38a5b68de48b1f1f737ec1630 +SIZE (kyotocabinet-perl-1.18.tar.gz) = 42405 diff --git a/databases/p5-KyotoCabinet/pkg-descr b/databases/p5-KyotoCabinet/pkg-descr new file mode 100644 index 000000000000..d78c74de0fe7 --- /dev/null +++ b/databases/p5-KyotoCabinet/pkg-descr @@ -0,0 +1,3 @@ +Perl extension for KyotoCabinet. + +WWW: http://fallabs.com/kyotocabinet/ diff --git a/databases/p5-KyotoCabinet/pkg-plist b/databases/p5-KyotoCabinet/pkg-plist new file mode 100644 index 000000000000..e491ade4ed67 --- /dev/null +++ b/databases/p5-KyotoCabinet/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/KyotoCabinet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/KyotoCabinet.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/KyotoCabinet/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/KyotoCabinet/KyotoCabinet.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/KyotoCabinet/KyotoCabinet.so +%%SITE_PERL%%/%%PERL_ARCH%%/kctest.pl +%%SITE_PERL%%/%%PERL_ARCH%%/makedoc.pl +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/KyotoCabinet |