mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
24 lines
559 B
Makefile
24 lines
559 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= ${RUN_DEPENDS}
|
|
RUN_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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|