Files
pkgsrc-ng/databases/hiredis/Makefile
2016-01-21 23:40:00 +01:00

20 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/04/02 17:25:44 wiedi Exp $
VERSION= 0.11.0
DISTNAME= v${VERSION}
PKGNAME= hiredis-${VERSION}
CATEGORIES= databases
MASTER_SITES= https://github.com/redis/hiredis/archive/
MAINTAINER= wiedi@frubar.net
HOMEPAGE= https://github.com/redis/hiredis/
COMMENT= Minimalistic C client library for the Redis database
LICENSE= modified-bsd
USE_TOOLS+= gmake
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/hiredis-${VERSION}
MAKE_ENV+= DESTDIR=${DESTDIR}
.include "../../mk/bsd.pkg.mk"