aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-CSP/Makefile
blob: 65914e916f196d63429c592607ad4988ed099aec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    p5-CSP
# Date created:         2005-04-13
# Whom:             David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#

PORTNAME=   CSP
PORTVERSION=    0.31
CATEGORIES= security perl5
MASTER_SITES=   ftp://ftp.it.su.se/pub/users/leifj/
PKGNAMEPREFIX=  p5-

MAINTAINER= lx@redundancy.redundancy.org
COMMENT=    A Perl tool for managing Certificate Authorities

BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
        ${SITE_PERL}/Term/Prompt.pm:${PORTSDIR}/devel/p5-Term-Prompt
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       CSP.3

.include <bsd.port.mk>