aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-GnuPG
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-03-05 05:46:55 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-03-05 05:46:55 +0000
commit3c2f8f5fb42dc3d1220ae050a8aaea41dbf50cf7 (patch)
treedb7b2595a36a7e9437038c4d9ca9f7e6590d9cf1 /mail/p5-Mail-GnuPG
parent55eb3e28b1d7e0e1ba4f07d2b4c86fea60ab0178 (diff)
downloadports-3c2f8f5fb42dc3d1220ae050a8aaea41dbf50cf7.tar.gz
ports-3c2f8f5fb42dc3d1220ae050a8aaea41dbf50cf7.zip
Notes
Diffstat (limited to 'mail/p5-Mail-GnuPG')
-rw-r--r--mail/p5-Mail-GnuPG/Makefile20
1 files changed, 6 insertions, 14 deletions
diff --git a/mail/p5-Mail-GnuPG/Makefile b/mail/p5-Mail-GnuPG/Makefile
index e23cdb058ab4..475cacaf5011 100644
--- a/mail/p5-Mail-GnuPG/Makefile
+++ b/mail/p5-Mail-GnuPG/Makefile
@@ -7,28 +7,20 @@
PORTNAME= Mail-GnuPG
PORTVERSION= 0.10
+PORTREVISION= 1
CATEGORIES= mail security perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Mail
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl5 interface to process and/or create PGP email
-BUILD_DEPENDS= ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \
- ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \
- ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS= ${BUILD_DEPENDS}
+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.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>