blob: 8c7cf0f70196856033619b604ba2716339723281 (
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
29
30
31
32
33
|
PORTNAME= DateTime-Calendar-Japanese-Era
PORTVERSION= 0.08001
PORTREVISION= 2
CATEGORIES= japanese devel perl5
MASTER_SITES= CPAN
MAINTAINER= markun@onohara.to
COMMENT= DateTime Extension for Japanese Eras
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
p5-Module-Install>=0.91:devel/p5-Module-Install \
p5-DateTime>=0:devel/p5-DateTime \
p5-File-ShareDir>=0:devel/p5-File-ShareDir \
p5-Params-Validate>=0:devel/p5-Params-Validate \
p5-YAML-Tiny>=1.38:textproc/p5-YAML-Tiny
TEST_DEPENDS= p5-YAML>=0:textproc/p5-YAML
USES= perl5
USE_PERL5= configure
post-patch:
@${RM} -r ${WRKSRC}/inc
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>
|