Bump security/authforce to version 0.9.9_5
[dports.git] / security / openca-tools-forked / Makefile
1 # Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       openca-tools-forked
5 PORTVERSION=    1.4.0
6 DISTVERSIONPREFIX=      v
7 PORTREVISION=   2
8 CATEGORIES=     security
9
10 MAINTAINER=     svysh.fbsd@gmail.com
11 COMMENT=        Tools to deal with SCEP and PKCS7 messages
12
13 LICENSE=        APACHE20
14
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     openxpki
17
18 GNU_CONFIGURE=  yes
19 USES=           gmake perl5 ssl
20
21 CONFIGURE_ARGS+=        --with-openssl-prefix=${OPENSSLBASE}
22
23 # security/openssl already has a verify.1 manpage.
24 post-install:
25 .for f in sign.1 verify.1
26         @${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f}
27 .endfor
28
29 .include <bsd.port.pre.mk>
30
31 .if ${SSL_DEFAULT:Mopenssl-devel}
32 BROKEN=         Does not build with openssl-devel
33 .endif
34
35 .include <bsd.port.post.mk>