freebsd-ports/databases/hiredis/Makefile
Beech Rintoul a2d101a80d -Update to 0.10.0
PR:		ports/156705
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by:	itetcu (mentor)(implicit)
2011-05-02 23:24:32 +00:00

27 lines
615 B
Makefile

# New ports collection makefile for: hiredis
# Date created: 29 December 2010
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
#
PORTNAME= hiredis
DISTVERSION= 0.10.0
CATEGORIES= databases
MASTER_SITES= https://github.com/antirez/hiredis/tarball/v${DISTVERSION}/
DISTNAME= antirez-${PORTNAME}-v${DISTVERSION}-0-g${GITVERSION}
MAINTAINER= magik@roorback.net
COMMENT= Minimalistic C client library for the Redis database
LICENSE= BSD
GITVERSION= 6d026b7
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/antirez-${PORTNAME}-${GITVERSION}
USE_GMAKE= yes
CFLAGS+= -fPIC
USE_LDCONFIG= yes
.include <bsd.port.mk>