import p5-Redis;
Pure perl bindings for redis. ok dcoppa@
This commit is contained in:
parent
4a561ad806
commit
cc63f7763a
20
databases/p5-Redis/Makefile
Normal file
20
databases/p5-Redis/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/29 08:32:33 benoit Exp $
|
||||
|
||||
COMMENT = perl binding for Redis database
|
||||
|
||||
DISTNAME = Redis-1.2001
|
||||
CATEGORIES = databases
|
||||
|
||||
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
databases/p5-Redis/distinfo
Normal file
5
databases/p5-Redis/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Redis-1.2001.tar.gz) = mwte+U8obDJjBY5TYbSbHQ==
|
||||
RMD160 (Redis-1.2001.tar.gz) = GTBGmfMn4Vf/jyFZ7nMXgR2ywMc=
|
||||
SHA1 (Redis-1.2001.tar.gz) = S4iFugNXjy86OYDnsh8eQVQg4oE=
|
||||
SHA256 (Redis-1.2001.tar.gz) = AEafy0cg8nwPeoNbfPjP4lf23vNlZvi43mNViUVuJrQ=
|
||||
SIZE (Redis-1.2001.tar.gz) = 4650
|
2
databases/p5-Redis/pkg/DESCR
Normal file
2
databases/p5-Redis/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Pure perl bindings for redis. This version supports protocol
|
||||
1.2 or later of Redis.
|
3
databases/p5-Redis/pkg/PLIST
Normal file
3
databases/p5-Redis/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/29 08:32:33 benoit Exp $
|
||||
${P5SITE}/Redis.pm
|
||||
@man man/man3p/Redis.3p
|
Loading…
Reference in New Issue
Block a user