opnsense-ports/security/p5-CSP/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

23 lines
562 B
Makefile

# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
PORTNAME= CSP
PORTVERSION= 0.34
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ftp://ftp.it.su.se/pub/users/leifj/ \
http://redundancy.redundancy.org/mirror/
PKGNAMEPREFIX= p5-
MAINTAINER= lx@FreeBSD.org
COMMENT= Perl tool for managing Certificate Authorities
BUILD_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc \
p5-Term-Prompt>=0:devel/p5-Term-Prompt \
p5-IPC-Run>=0:devel/p5-IPC-Run
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>