447048fa6a
- Use single space after WWW: - Pass maintainership to submitter - While I'm here: - Fix and sort *_DEPENDS - Bump PORTREVISION for dependency change PR: ports/189254 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
28 lines
754 B
Makefile
28 lines
754 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Amazon-Thumbnail
|
|
PORTVERSION= 0.06
|
|
PORTREVISION= 2
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl interface to Amazon Alexa Site Thumbnail web service
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|