2013-09-11 20:03:40 +02:00
|
|
|
# Created by: David Thiel <lx@redundancy.redundancy.org>
|
2005-05-17 01:51:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= CSP
|
2007-03-19 22:46:24 +01:00
|
|
|
PORTVERSION= 0.34
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2005-05-17 01:51:12 +02:00
|
|
|
CATEGORIES= security perl5
|
2005-10-27 06:23:15 +02:00
|
|
|
MASTER_SITES= ftp://ftp.it.su.se/pub/users/leifj/ \
|
2007-03-19 22:46:24 +01:00
|
|
|
http://redundancy.redundancy.org/mirror/
|
2005-05-17 01:51:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-19 22:46:24 +01:00
|
|
|
MAINTAINER= lx@FreeBSD.org
|
2014-01-30 10:42:48 +01:00
|
|
|
COMMENT= Perl tool for managing Certificate Authorities
|
2005-05-17 01:51:12 +02:00
|
|
|
|
2012-06-30 14:42:52 +02:00
|
|
|
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
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-05-17 01:51:12 +02:00
|
|
|
|
2013-09-11 20:03:40 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-05-17 01:51:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|