aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Yahoo-Lifestyle/Makefile
blob: 27b530040e69a4b5b1021f5ea30200b906a23627 (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
# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Yahoo-Lifestyle
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	hcchien@hcchien.org
COMMENT=	Simple interface for Yahoo! Taiwan Lifestyle open APIs

BUILD_DEPENDS:=	${RUN_DEPENDS} \
		p5-Test-Simple>=0:devel/p5-Test-Simple
RUN_DEPENDS=	p5-Yahoo-BBAuth>=0:security/p5-Yahoo-BBAuth \
		p5-XML-Simple>=0:textproc/p5-XML-Simple \
		p5-libwww>0:www/p5-libwww

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>