aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-GnuPG/Makefile
blob: c6c66cf280dc94f30ea87d8b8f53fb4374747285 (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
26
# ports collection makefile for:	p5-Mail-GnuPG
# Date created:				Oct 16th 2003
# Whom:					clsung@dragon2.net
#
# $FreeBSD$
#

PORTNAME=	Mail-GnuPG
PORTVERSION=	0.15
PORTREVISION=	1
CATEGORIES=	mail security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Perl5 interface to process and/or create PGP email

RUN_DEPENDS=	p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \
		p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
		p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools

PERL_CONFIGURE=	yes

MAN3=		Mail::GnuPG.3

.include <bsd.port.mk>