mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
22 lines
396 B
Makefile
22 lines
396 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
|
|
PORTNAME= minisign
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= Simple tool to sign files and verify signatures
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium
|
|
|
|
USES= cmake localbase pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jedisct1
|
|
|
|
PLIST_FILES= bin/minisign man/man1/minisign.1.gz
|
|
|
|
.include <bsd.port.mk>
|