mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
23 lines
470 B
Makefile
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>
|