aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WebService-Rakuten/Makefile
blob: 0fdbfbb3e9e41f6903c43d2f7279ef659a337d08 (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: chinsan

PORTNAME=	WebService-Rakuten
PORTVERSION=	0.05
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Rakuten WebService API

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	ja-p5-Unicode-Japanese>=0:japanese/p5-Unicode-Japanese \
		p5-JSON>=0:converters/p5-JSON \
		p5-Readonly>=0:devel/p5-Readonly \
		p5-libwww>=0:www/p5-libwww
TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>