2008-04-08 17:31:19 +02:00
|
|
|
# New ports collection makefile for: p5-Net-FireEagle
|
|
|
|
# Date created: 2008-04-02
|
|
|
|
# Whom: Steven Kreuzer <skreuzer@exit2shel.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-FireEagle
|
2009-06-12 15:42:40 +02:00
|
|
|
PORTVERSION= 1.5
|
2008-04-08 17:31:19 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-03-28 02:16:37 +01:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2008-04-08 17:31:19 +02:00
|
|
|
COMMENT= Access Yahoo's FireEagle location service
|
|
|
|
|
2009-04-02 16:41:49 +02:00
|
|
|
RUN_DEPENDS= p5-Net-OAuth-Simple>=1.0:${PORTSDIR}/net/p5-Net-OAuth-Simple \
|
2008-04-08 17:31:19 +02:00
|
|
|
p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-Test-Simple>=0.74:${PORTSDIR}/devel/p5-Test-Simple \
|
2008-04-16 04:41:28 +02:00
|
|
|
p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \
|
|
|
|
p5-Net-SSLeay>=1.30:${PORTSDIR}/security/p5-Net-SSLeay
|
2008-04-08 17:31:19 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= fireeagle.1
|
|
|
|
MAN3= Net::FireEagle.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|