blob: 7634995302fe91bec3146fbe023d72cfca8e9de3 (
plain) (
tree)
|
|
# New ports collection makefile for: credis
# Date created: 2011-02-02
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= credis
PORTVERSION= 0.2.3
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Library for communicating with Redis servers
USE_GMAKE= yes
USE_LDCONFIG= yes
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>
|