2003-10-17 09:22:40 +02:00
|
|
|
# ports collection makefile for: p5-Mail-GnuPG
|
|
|
|
# Date created: Oct 16th 2003
|
|
|
|
# Whom: clsung@dragon2.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Mail-GnuPG
|
2011-12-15 09:27:48 +01:00
|
|
|
PORTVERSION= 0.17
|
2003-10-17 09:22:40 +02:00
|
|
|
CATEGORIES= mail security perl5
|
2008-03-05 06:46:55 +01:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-17 09:22:40 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-10-17 09:22:40 +02:00
|
|
|
COMMENT= Perl5 interface to process and/or create PGP email
|
|
|
|
|
2008-03-05 06:46:55 +01:00
|
|
|
RUN_DEPENDS= p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \
|
2008-03-10 23:36:21 +01:00
|
|
|
p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
|
2008-03-05 06:46:55 +01:00
|
|
|
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
|
2003-10-17 09:22:40 +02:00
|
|
|
|
2011-02-14 04:45:08 +01:00
|
|
|
PERL_MODBUILD= yes
|
2003-10-17 09:22:40 +02:00
|
|
|
|
|
|
|
MAN3= Mail::GnuPG.3
|
|
|
|
|
2008-03-05 06:46:55 +01:00
|
|
|
.include <bsd.port.mk>
|