freebsd-ports/security/p5-Module-Signature/Makefile
Lars Balker Rasmussen b622f23e99 The port asks the user a question. Tools like portmaster need to
know this so that they can inform the user.

PR:		162072
Submitted by:	Doug Barton <dougb@freebsd.org>
2012-01-09 15:29:20 +00:00

35 lines
864 B
Makefile

# New ports collection makefile for: security/p5-Module-Signature
# Date created: Aug 27 2003
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= Module-Signature
PORTVERSION= 0.68
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module signature file manipulation
BUILD_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1
RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist \
${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1
IS_INTERACTIVE= Asks whether to import PAUSE and other PGP keys
PERL_CONFIGURE= yes
MAN1= cpansign.1
MAN3= Module::Signature.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
.endif
.include <bsd.port.post.mk>