1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/mail/p5-Mail-GnuPG/Makefile
Sergei Kolobov fa103a42eb - Add missing dependency on mail/p5-MIME-Tools
PR:		58987
Submitted by:	portsspam@batterybackups.net
Approved by:	maintainer
2003-12-04 22:26:40 +00:00

28 lines
683 B
Makefile

# ports collection makefile for: p5-Mail-GnuPG
# Date created: Oct 16th 2003
# Whom: clsung@dragon2.net
#
# $FreeBSD$
#
PORTNAME= Mail-GnuPG
PORTVERSION= 0.06
CATEGORIES= mail security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= Perl5 interface to process and/or create PGP email
BUILD_DEPENDS= ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Mail::GnuPG.3
.include <bsd.port.mk>