freebsd-ports/www/p5-Net-Amazon-AWIS/Makefile
Cheng-Lung Sung 2b54287ac4 Add p5-Net-Amazon-AWIS 0.32, use the Amazon Alexa Web Information
Service.

PR:		ports/112341
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-05-04 02:11:46 +00:00

29 lines
876 B
Makefile

# New ports collection makefile for: p5-Net-Amazon-AWIS
# Date created: 2007-05-02
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Net-Amazon-AWIS
PORTVERSION= 0.32
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Use the Amazon Alexa Web Information Service
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
${SITE_PERL}/IO/Prompt.pm:${PORTSDIR}/devel/p5-IO-Prompt \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= Net::Amazon::AWIS.3
.include <bsd.port.mk>