mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
cf118ccf87
Reported by: lwhsu
24 lines
517 B
Makefile
24 lines
517 B
Makefile
PORTNAME= hpenc
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= vsevolod@FreeBSD.org
|
|
COMMENT= Fast authenticated encryption CLI tool
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium
|
|
|
|
USES= cmake compiler:c++11-lib ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vstakhov
|
|
|
|
PLIST_FILES= bin/hpenc bin/hpenc-${PORTVERSION} man/man1/hpenc.1.gz
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/hpenc.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hpenc
|
|
|
|
.include <bsd.port.mk>
|