freebsd-ports/security/p5-CSP/Makefile
Roman Bogorodskiy d1bc24e8d3 Add an additional MASTER_SITE provided by maintainer to fix fetch.
Reported by:	pointyhat via kris
2005-10-27 04:23:15 +00:00

28 lines
702 B
Makefile

# New ports collection makefile for: p5-CSP
# Date created: 2005-04-13
# Whom: David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#
PORTNAME= CSP
PORTVERSION= 0.32
CATEGORIES= security perl5
MASTER_SITES= ftp://ftp.it.su.se/pub/users/leifj/ \
http://cold.darkambient.net/
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 \
${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= CSP.3
.include <bsd.port.mk>