freebsd-ports/www/p5-Google-Search/Makefile

27 lines
725 B
Makefile
Raw Normal View History

2013-05-08 10:04:04 +02:00
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= Google-Search
2012-06-25 10:06:45 +02:00
PORTVERSION= 0.028
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Interface to the Google AJAX Search API and suggestion API
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \
p5-Carp-Clan-Share>=0:${PORTSDIR}/devel/p5-Carp-Clan-Share \
p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>