2014-08-13 23:41:22 +02:00
|
|
|
# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= openca-tools-forked
|
|
|
|
PORTVERSION= 1.4.0
|
2015-01-15 10:05:37 +01:00
|
|
|
PORTREVISION= 2
|
2014-08-13 23:41:22 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
|
|
COMMENT= Tools to deal with SCEP and PKCS7 messages
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= openxpki
|
2015-05-07 22:24:15 +02:00
|
|
|
GH_TAGNAME= 641e43a
|
2014-08-13 23:41:22 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2015-01-15 10:05:37 +01:00
|
|
|
USES= gmake perl5
|
|
|
|
USE_OPENSSL= yes
|
2014-08-13 23:41:22 +02:00
|
|
|
|
2014-12-16 14:33:58 +01:00
|
|
|
# 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
|
|
|
|
|
2014-08-13 23:41:22 +02:00
|
|
|
.include <bsd.port.mk>
|