Added
Link Here
|
1 |
PORTNAME= opendoas |
2 |
DISTVERSION= 1.0 |
3 |
CATEGORIES= security |
4 |
DISTNAME= opendoas |
5 |
|
6 |
MAINTAINER= fierceinbattle@gmail.com |
7 |
COMMENT= Port of OpenDoas: a portable version of OpenBSD's doas |
8 |
WWW= https://github.com/leath-dub/OpenDoas |
9 |
|
10 |
LICENSE= OPENDOAS |
11 |
LICENSE_NAME= OPENDOAS |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept |
14 |
|
15 |
USES= gmake |
16 |
USE_GITHUB= yes |
17 |
GH_ACCOUNT= leath-dub |
18 |
GH_PROJECT= OpenDoas |
19 |
GH_TAGNAME= 0a50b05 |
20 |
|
21 |
HAS_CONFIGURE= yes |
22 |
CONFIGURE_ARGS= --without-shadow --with-timestamp --sysconfdir=${LOCALBASE}/etc |
23 |
|
24 |
MAKEFILE= GNUmakefile |
25 |
|
26 |
.include <bsd.port.mk> |