mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
3b18c6d2ca
This port has been integrated into security/p5-openxpki. PR: 191449 Submitted by: maintainer
50 lines
1.6 KiB
Makefile
50 lines
1.6 KiB
Makefile
# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openxpki-deployment
|
|
PORTVERSION= 0.9.1386
|
|
PORTREVISION= 3
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= SF/openxpki/openxpki/0.9.1300
|
|
PKGNAMEPREFIX= p5-
|
|
DIST_SUBDIR= openxpki
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Perl based enterprise class trustcenter software for PKI
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= \
|
|
p5-openxpki-client>=0:${PORTSDIR}/security/p5-openxpki-client \
|
|
p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std \
|
|
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
|
|
bash:${PORTSDIR}/shells/bash
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5 gmake
|
|
USE_RC_SUBR= openxpki
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix ${PREFIX}
|
|
# Do not prepend PREFIX with STAGEDIR here, it is not a "destination".
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|>/dev/null 2>&1 | |' ${WRKSRC}/configure
|
|
|
|
post-install:
|
|
@${ECHO_MSG} ""
|
|
@${ECHO_MSG} "================================ A piece of advice ==================================="
|
|
@${ECHO_MSG} "===> Install your favorite database (enable utf-8 support if needed) and a web server."
|
|
@${ECHO_MSG} "===> Perform deployment procedure for openxpki in a regular way."
|
|
@${ECHO_MSG} "===> When asked for the name of the \"openxpki user\" answer \"openxpki\","
|
|
@${ECHO_MSG} "===> and do not forget to add a line: \"User openxpki\" to the zone of your"
|
|
@${ECHO_MSG} "===> OpenXPI-related (virtual) web server in your Apache configuration file."
|
|
@${ECHO_MSG} ""
|
|
.if !defined(BATCH)
|
|
@sleep 9
|
|
.endif
|
|
|
|
DEPRECATED= This port was merged with security/p5-openxpki
|
|
EXPIRATION_DATE= 2014-09-03
|
|
|
|
.include <bsd.port.mk>
|