freebsd-ports/net/p5-Net-Amazon-Thumbnail/Makefile
Beech Rintoul 90b55483dc - New port p5-Net-Amazon-Thumbnail-0.06
The Alexa Site Thumbnail web service provides developers with
programmatic access to thumbnail images for the home pages of web
sites. It offers access to Alexa's large and growing collection of
images, gathered from its comprehensive web crawl. This web service
enables developers to enhance web sites, search results, web
directories, blog entries, and other web real estate with Alexa
thumbnail images.

PR:		ports/121915
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2008-03-24 20:02:37 +00:00

34 lines
1 KiB
Makefile

# New ports collection makefile for: p5-Net-Amazon-Thumbnail
# Date created: 2008-03-20
# Whom: Greg Larkin <glarkin@sourcehosting.net>
#
# $FreeBSD$
#
PORTNAME= Net-Amazon-Thumbnail
PORTVERSION= 0.06
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@sourcehosting.net
COMMENT= Perl interface to Amazon Alexa Site Thumbnail web service
RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
${SITE_PERL}/URI/QueryParam.pm:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Net::Amazon::Thumbnail.3
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>