Tweak textproc/fixrtf version 0.1.20060303_3
[dports.git] / security / p5-Crypt-Dining / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Crypt-Dining
5 PORTVERSION=    1.01
6 PORTREVISION=   1
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        The Dining Cryptographers' Protocol
13
14 BUILD_DEPENDS=  p5-Crypt-Random>=0:${PORTSDIR}/security/p5-Crypt-Random \
15                 p5-Net-Address-IPv4-Local>=0:${PORTSDIR}/net/p5-Net-Address-IPv4-Local
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>