aboutsummaryrefslogtreecommitdiff
path: root/security/crackpkcs12/Makefile
blob: 7fe4bcec83fb5e9c54c602f29de09d52d8bd8d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>