blob: a00d0b92da0cc7c9b7186c36b740d8f76d99105a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: p5-Net-FireEagle
# Date created: 2008-04-02
# Whom: Steven Kreuzer <skreuzer@exit2shel.com>
#
# $FreeBSD$
#
PORTNAME= Net-FireEagle
PORTVERSION= 0.9
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@exit2shell.com
COMMENT= Access Yahoo's FireEagle location service
RUN_DEPENDS= p5-Net-OAuth>=0.06:${PORTSDIR}/net/p5-Net-OAuth \
p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
p5-Test-Simple>=0.74:${PORTSDIR}/devel/p5-Test-Simple \
p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= fireeagle.1
MAN3= Net::FireEagle.3
.include <bsd.port.mk>
|