mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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>
This commit is contained in:
parent
c8a85c3566
commit
33865538e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174581
@ -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
|
||||
|
32
mail/p5-WWW-Hotmail/Makefile
Normal file
32
mail/p5-WWW-Hotmail/Makefile
Normal file
@ -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>
|
3
mail/p5-WWW-Hotmail/distinfo
Normal file
3
mail/p5-WWW-Hotmail/distinfo
Normal file
@ -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
|
4
mail/p5-WWW-Hotmail/pkg-descr
Normal file
4
mail/p5-WWW-Hotmail/pkg-descr
Normal file
@ -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/
|
5
mail/p5-WWW-Hotmail/pkg-plist
Normal file
5
mail/p5-WWW-Hotmail/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user