aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-DateTime-Format-Japanese/Makefile
blob: 78b9eae3b42625472675aa60c0eb9e7513627667 (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
PORTNAME=	DateTime-Format-Japanese
PORTVERSION=	0.04000
PORTREVISION=	1
CATEGORIES=	japanese devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DMAKI

MAINTAINER=	markun@onohara.to
COMMENT=	Japanese DateTime Formatter
WWW=		https://metacpan.org/release/DateTime-Format-Japanese

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
		p5-DateTime-Calendar-Japanese>=0.05:devel/p5-DateTime-Calendar-Japanese \
		ja-p5-DateTime-Calendar-Japanese-Era>=0.08000:japanese/p5-DateTime-Calendar-Japanese-Era \
		p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder \
		p5-Params-Validate>=0:devel/p5-Params-Validate

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.pre.mk>

PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-

.include <bsd.port.post.mk>