freebsd-ports/databases/credis/Makefile

18 lines
346 B
Makefile

# Created by: 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}"
NO_STAGE= yes
.include <bsd.port.mk>