blob: 9ee76603a7fb1a008e6e6d212b1fcabe98d5f75f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
PORTNAME= CSP
PORTVERSION= 0.34
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:${PORTSDIR}/devel/p5-Date-Calc \
p5-Term-Prompt>=0:${PORTSDIR}/devel/p5-Term-Prompt \
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|