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:
parent
1ac858cdc9
commit
f51623cd4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339278
@ -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>
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user