forked from Lainports/freebsd-ports
- Add LICENSE_FILE Changes: https://github.com/redis/hiredis-rb/blob/master/CHANGELOG.md Sponsored by: PortsCamp Taiwan
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hiredis
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby wrapper for hiredis
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= redis>=0:${PORTSDIR}/databases/redis
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
USES= gmake
|
|
|
|
.include <bsd.port.mk>
|