diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-06 03:33:23 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-06 03:33:23 +0800 |
commit | 98ae095cae1dd4cb0681fc09b4219f330534b9b7 (patch) | |
tree | 82d2524c63eef6aa2f38ab21ca27400c7052837c /mail | |
parent | f03b3bfa2bf6cf94e7701adf85902726e292b8b6 (diff) | |
download | freebsd-ports-gnome-98ae095cae1dd4cb0681fc09b4219f330534b9b7.tar.gz freebsd-ports-gnome-98ae095cae1dd4cb0681fc09b4219f330534b9b7.tar.zst freebsd-ports-gnome-98ae095cae1dd4cb0681fc09b4219f330534b9b7.zip |
WWW::Hotmail - Perl extension for connecting to Hotmail
Author: David Davis, <xantus@cpan.org>
WWW: http://search.cpan.org/dist/WWW-Hotmail/
PR: ports/102729
Submitted by: Steven Kreuzer <skreuzer at f2o.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-WWW-Hotmail/Makefile | 32 | ||||
-rw-r--r-- | mail/p5-WWW-Hotmail/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-WWW-Hotmail/pkg-descr | 4 | ||||
-rw-r--r-- | mail/p5-WWW-Hotmail/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index d33a5f49ba69..e2b5784507ae 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -358,6 +358,7 @@ SUBDIR += p5-URI-imap SUBDIR += p5-URI-imaps SUBDIR += p5-WWW-GMail + SUBDIR += p5-WWW-Hotmail SUBDIR += p5-vpopmail SUBDIR += pantomime SUBDIR += pantomime-ssl diff --git a/mail/p5-WWW-Hotmail/Makefile b/mail/p5-WWW-Hotmail/Makefile new file mode 100644 index 000000000000..0c4e1b9b205f --- /dev/null +++ b/mail/p5-WWW-Hotmail/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-WWW-GMail +# Date created: 2006-07-20 +# Whom: Steven Kreuzer <skreuzer@f2o.org> +# +# $FreeBSD$ +# + +PORTNAME= WWW-Hotmail +PORTVERSION= 0.10 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= skreuzer@f2o.org +COMMENT= This module simplifies access to hotmail + +BUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ + ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WWW::Hotmail.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/mail/p5-WWW-Hotmail/distinfo b/mail/p5-WWW-Hotmail/distinfo new file mode 100644 index 000000000000..e8cf891dc705 --- /dev/null +++ b/mail/p5-WWW-Hotmail/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-Hotmail-0.10.tar.gz) = a609a3924fc4c66b2cd81def90629e7f +SHA256 (WWW-Hotmail-0.10.tar.gz) = 5b62e009143a6183577635fa919faf8c7cc8a9cca813e62f49f9ea60ae7dd9a6 +SIZE (WWW-Hotmail-0.10.tar.gz) = 6759 diff --git a/mail/p5-WWW-Hotmail/pkg-descr b/mail/p5-WWW-Hotmail/pkg-descr new file mode 100644 index 000000000000..a68a62413efd --- /dev/null +++ b/mail/p5-WWW-Hotmail/pkg-descr @@ -0,0 +1,4 @@ +WWW::Hotmail - Perl extension for connecting to Hotmail + +Author: David Davis, <xantus@cpan.org> +WWW: http://search.cpan.org/dist/WWW-Hotmail/ diff --git a/mail/p5-WWW-Hotmail/pkg-plist b/mail/p5-WWW-Hotmail/pkg-plist new file mode 100644 index 000000000000..bb374366b0f3 --- /dev/null +++ b/mail/p5-WWW-Hotmail/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/WWW/Hotmail.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Hotmail/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Hotmail +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/WWW |