diff options
author | leeym <leeym@FreeBSD.org> | 2008-03-05 13:46:55 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-03-05 13:46:55 +0800 |
commit | 5703a0f8fe9c68e254b3596c453eb2e73c840ba5 (patch) | |
tree | 25fc885b9f57b94fc647ba73090fec4a50c8ffa5 /mail | |
parent | 879f9f3ab0812cdc84d633a3d97221e7241a4803 (diff) | |
download | freebsd-ports-gnome-5703a0f8fe9c68e254b3596c453eb2e73c840ba5.tar.gz freebsd-ports-gnome-5703a0f8fe9c68e254b3596c453eb2e73c840ba5.tar.zst freebsd-ports-gnome-5703a0f8fe9c68e254b3596c453eb2e73c840ba5.zip |
- use CPAN macro
- simplify dependency
- bump PORTREVISION
Submitted by: leeym
Approved by: clsung (implicitly)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-GnuPG/Makefile | 20 |
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> |