1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/mail/p5-Mail-GnuPG/Makefile
Yen-Ming Lee 2334037089 - fix wrong package name in RUN_DEPENDS
Noticed by:	pav@
2008-03-10 22:36:21 +00:00

27 lines
592 B
Makefile

# ports collection makefile for: p5-Mail-GnuPG
# Date created: Oct 16th 2003
# Whom: clsung@dragon2.net
#
# $FreeBSD$
#
PORTNAME= Mail-GnuPG
PORTVERSION= 0.10
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>