mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Pure perl bindings for http://code.google.com/p/redis/
This version support git version 0.08 or later of Redis available at git://github.com/antirez/redis WWW: http://search.cpan.org/dist/Redis/ PR: ports/138951 Feature safe: yes Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
6d95584902
commit
cc6748e28b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241690
5 changed files with 36 additions and 0 deletions
|
@ -381,6 +381,7 @@
|
|||
SUBDIR += p5-POE-Component-RRDTool
|
||||
SUBDIR += p5-Pg
|
||||
SUBDIR += p5-RRD-Simple
|
||||
SUBDIR += p5-Redis
|
||||
SUBDIR += p5-Relations
|
||||
SUBDIR += p5-Relations-Query
|
||||
SUBDIR += p5-ResourcePool-Resource-DBI
|
||||
|
|
22
databases/p5-Redis/Makefile
Normal file
22
databases/p5-Redis/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-Redis
|
||||
# Date created: 2009-09-19
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Redis
|
||||
PORTVERSION= 0.0801
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/D/DP/DPAVLIN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Perl binding for Redis database
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Redis.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Redis/distinfo
Normal file
3
databases/p5-Redis/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Redis-0.0801.tar.gz) = b8593d45a30ab6b5ef4ac64e3332adc3
|
||||
SHA256 (Redis-0.0801.tar.gz) = b73ce72a3bce52602a10a2f6094adcf027a477df7fdf7cd193c625f05a38b6a8
|
||||
SIZE (Redis-0.0801.tar.gz) = 4217
|
6
databases/p5-Redis/pkg-descr
Normal file
6
databases/p5-Redis/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Pure perl bindings for http://code.google.com/p/redis/
|
||||
|
||||
This version support git version 0.08 or later of Redis available at
|
||||
git://github.com/antirez/redis
|
||||
|
||||
WWW: http://search.cpan.org/dist/Redis/
|
4
databases/p5-Redis/pkg-plist
Normal file
4
databases/p5-Redis/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/.packlist
|
||||
%%SITE_PERL%%/Redis.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis
|
Loading…
Add table
Reference in a new issue