1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/security/pam_ocra/Makefile
Muhammad Moinur Rahman b5ed862979 security/pam_ocra: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated HMAC_ routines

Approved by:	portmgr (blanket)
2023-05-01 00:38:44 +02:00

28 lines
577 B
Makefile

PORTNAME= pam_ocra
DISTVERSION= 1.5
CATEGORIES= security
MAINTAINER= sg2342@googlemail.com
COMMENT= RFC6287 (OCRA) PAM module
WWW= https://github.com/sg2342/pam_ocra
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ssl uidfix
BROKEN_SSL= openssl30 openssl31
BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated HMAC_ routines
USE_GITHUB= yes
GH_ACCOUNT= sg2342
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
PLIST_FILES= lib/pam_ocra.so \
lib/pam_ocra.so.0 \
sbin/ocra_tool \
man/man8/pam_ocra.8.gz \
man/man8/ocra_tool.8.gz
.include <bsd.port.mk>