opnsense-ports/security/openca-tools-forked/Makefile
Franco Fichtner 2b828c8f76 */*: sync with upstream
Taken from: FreeBSD
2016-11-30 06:40:24 +01:00

35 lines
740 B
Makefile

# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= openca-tools-forked
PORTVERSION= 1.4.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= security
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Tools to deal with SCEP and PKCS7 messages
LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= openxpki
GNU_CONFIGURE= yes
USES= gmake perl5 ssl
CONFIGURE_ARGS+= --with-openssl-prefix=${OPENSSLBASE}
# security/openssl already has a verify.1 manpage.
post-stage:
.for f in sign.1 verify.1
@${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f}
.endfor
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
.include <bsd.port.post.mk>