mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7edda98feb
- trim Makefile header Approved by: portmgr (bapt@, blanket)
25 lines
598 B
Makefile
25 lines
598 B
Makefile
# 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= A 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
|
|
|
|
MAN3= CSP.3
|
|
|
|
.include <bsd.port.mk>
|