First commit
This commit is contained in:
24
Makefile
Normal file
24
Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: johan <johan@nosd.in>
|
||||
# net-mgmt/glapi/Makefile 2023-08-18 09:11:42Z
|
||||
|
||||
PORTNAME= glapi
|
||||
PORTVERSION= 0.5.6
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= johan@nosd.in
|
||||
COMMENT= Go LDAP API is an HTTP API to LDAP backend
|
||||
WWW= https://git.nosd.in/yo/glapi/archive/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= go:modules
|
||||
GO_MODULE= git.nosd.in/yo/glapi
|
||||
|
||||
PLIST_FILES= bin/glapi
|
||||
USE_RC_SUBR= glapi
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/glapi.env.sample ${PREFIX}/etc/glapi.env.sample
|
||||
|
||||
.include <bsd.port.mk>
|
Reference in New Issue
Block a user