freebsd-ports/security/p5-Module-Signature/Makefile
Baptiste Daroussin 9973374ba5 - update 0.67
- remove freebsd 5 lines
- changes: http://cpansearch.perl.org/src/FLORA/Module-Signature-0.67/Changes
2011-04-19 06:20:35 +00:00

26 lines
579 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.67
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module signature file manipulation
RUN_DEPENDS= p5-PAR-Dist:${PORTSDIR}/devel/p5-PAR-Dist \
${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= cpansign.1
MAN3= Module::Signature.3
.include <bsd.port.mk>