22 lines
398 B
Makefile
22 lines
398 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= minisign
|
|
PORTVERSION= 0.8
|
|
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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jedisct1
|
|
|
|
PLIST_FILES= bin/minisign man/man1/minisign.1.gz
|
|
|
|
.include <bsd.port.mk>
|