1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/security/crackpkcs12/Makefile
2021-04-06 16:31:07 +02:00

23 lines
470 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= crackpkcs12
PORTVERSION= 0.2.11
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Multithreaded program to crack PKCS#12 files
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf ssl
GNU_CONFIGURE= yes
PLIST_FILES= bin/crackpkcs12
post-patch:
@${REINPLACE_CMD} -e '/^PKG_CHECK_MODULES/d' ${WRKSRC}/configure.in
.include <bsd.port.mk>