freebsd-ports/databases/credis/Makefile
Steven Kreuzer 7fbed186b8 Change upstream from Google code to Github
PR:		212885
Submitted by:	Andres Montalban <amontalban@gmail.com>
2016-09-26 15:31:09 +00:00

23 lines
379 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= credis
PORTVERSION= 0.2.3
DISTVERSIONPREFIX= v
CATEGORIES= databases
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Library for communicating with Redis servers
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= octo
USES= gmake
USE_LDCONFIG= yes
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>