diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 06:17:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 06:17:03 +0000 |
commit | 5542fae1efc7914a62cbad9660568e6ff7f667e0 (patch) | |
tree | 197cf4926e3d2988f210f5bd5c683e60d0866e2f /mail | |
parent | 905c5a61589ceb45f6b1cab39e9627bb52b556d9 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Webmail-Gmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-Mail-Webmail-Gmail/Makefile b/mail/p5-Mail-Webmail-Gmail/Makefile index f6c75ae2cb5e..be35b68d1a31 100644 --- a/mail/p5-Mail-Webmail-Gmail/Makefile +++ b/mail/p5-Mail-Webmail-Gmail/Makefile @@ -11,11 +11,11 @@ CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to Google webmail service -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |