freebsd-ports/devel/lua-redis-parser/Makefile
Bryan Drewery fe62c740cf - Mark BROKEN, does not checksum as it is tracking a moving branch.
Only should track a commit/tag, not a branch. Suggested to use
  USE_GITHUB

With hat:	portmgr
2013-09-18 14:47:11 +00:00

32 lines
834 B
Makefile

# New ports collection makefile for: lua-rds-parser
# Date created: 12 Jan 2012
# Whom: osa
#
# $FreeBSD$
#
PORTNAME= redis-parser
DISTVERSION= 0.09rc7
CATEGORIES= devel
MASTER_SITES= https://github.com/agentzh/lua-redis-parser/tarball/master/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTNAME= lua-${PORTNAME}-${DISTVERSION}-${GITVERSION}
MAINTAINER= osa@FreeBSD.org
COMMENT= Redis reply parser and request constructor library for Lua
BROKEN= fails checksum because uses moving master branch
FETCH_ARGS= -pRr
USE_LUA?= 5.1
GITVERSION= 0-g32cee57
WRKSRC= ${WRKDIR}/agentzh-lua-redis-parser-${GITVERSION:S/^0-g//}
PLIST_FILES= %%LUA_MODLIBDIR%%/redis/parser.so
PLIST_DIRS= %%LUA_MODLIBDIR%%/redis
do-install:
${MKDIR} ${LUA_MODLIBDIR}/redis
${INSTALL_PROGRAM} ${WRKSRC}/parser.so ${LUA_MODLIBDIR}/redis
.include <bsd.port.mk>