1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add staging support

Convert to USES= framework
Define LICENSE
This commit is contained in:
Steven Kreuzer 2014-01-09 21:09:02 +00:00
parent 1ac858cdc9
commit f51623cd4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339278
2 changed files with 4 additions and 3 deletions

View File

@ -9,10 +9,11 @@ MASTER_SITES= GOOGLE_CODE
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Library for communicating with Redis servers
USE_GMAKE= yes
LICENSE= BSD3CLAUSE
USES= gmake
USE_LDCONFIG= yes
PLIST_SUB= VERSION="${PORTVERSION}"
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Credis is a client library in plain C for communicating with Redis servers.
WWW: http://code.google.com/p/credis/
WWW: http://code.google.com/p/credis/