1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/security/yapet/Makefile
Steve Wills f311eb9d7d security/yapet: update to 2.3
PR:		236295
Submitted by:	Rafael Ostertag <rafi@guengel.ch> (maintainer)
2019-03-07 18:45:57 +00:00

29 lines
530 B
Makefile

# $FreeBSD$
PORTNAME= yapet
DISTVERSION= 2.3
CATEGORIES= security
MASTER_SITES= https://yapet.guengel.ch/downloads/
MAINTAINER= rafi@guengel.ch
COMMENT= Curses based password manager
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake ncurses ssl pkgconfig compiler:c++14-lang
LIB_DEPENDS+= libargon2.so:security/libargon2 \
libcppunit.so:devel/cppunit
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
TEST_TARGET= check
.include <bsd.port.mk>