2006-10-07 21:56:23 +02:00
|
|
|
# New ports collection makefile for: p5-WWW-Hotmail
|
2006-10-05 21:33:23 +02:00
|
|
|
# Date created: 2006-07-20
|
|
|
|
# Whom: Steven Kreuzer <skreuzer@f2o.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WWW-Hotmail
|
|
|
|
PORTVERSION= 0.10
|
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-10-05 21:33:23 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-06-17 23:27:42 +02:00
|
|
|
MAINTAINER= skreuzer@exit2shell.com
|
2006-10-05 21:33:23 +02:00
|
|
|
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
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|