aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Net-FireEagle/Makefile
blob: e40b74c725840161850fd208f65d9866f60f11a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Steven Kreuzer <skreuzer@exit2shel.com>

PORTNAME=	Net-FireEagle
PORTVERSION=	1.6
PORTREVISION=	2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Access Yahoo's FireEagle location service

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Net-OAuth-Simple>=1.0:net/p5-Net-OAuth-Simple \
		p5-libwww>=5.805:www/p5-libwww \
		p5-JSON-Any>=1.15:converters/p5-JSON-Any \
		p5-Net-SSLeay>=1.30:security/p5-Net-SSLeay

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>