View | Details | Raw Unified | Return to bug 217363 | Differences between
and this patch

Collapse All | Expand All

(-)databases/pear-Predis/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Tommy Scheunemann <net@arrishq.net>
2
# $FreeBSD$
3
4
PORTNAME=	Predis
5
PORTVERSION=	1.1.1
6
CATEGORIES=	databases www pear
7
MASTER_SITES=	http://pear.nrk.io/get/
8
9
MAINTAINER=	net@arrishq.net
10
COMMENT=	Flexible and feature-complete Redis client for PHP and HHVM
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS+= ${PEARDIR}/.channels/pear.nrk.io.reg:devel/pear-channel-nrk
15
RUN_DEPENDS+=	${PEARDIR}/.channels/pear.nrk.io.reg:devel/pear-channel-nrk
16
17
USES=		pear
18
PEAR_CHANNEL=	nrk
19
20
.include <bsd.port.mk>
(-)databases/pear-Predis/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (PEAR/Predis-1.1.1.tgz) = 54439292d50a8260854a8a2e269815b9f69f4d9fcaf2271e3dcf3c6e2ab1e01b
2
SIZE (PEAR/Predis-1.1.1.tgz) = 228512
(-)databases/pear-Predis/pkg-descr (+3 lines)
Line 0 Link Here
1
PEAR Predis is a flexible and feature-complete Redis client for PHP and HHVM.
2
3
WWW: https://pear.nrk.io

Return to bug 217363