mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
25 lines
515 B
Makefile
25 lines
515 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
|
|
PORTNAME= Date-Japanese-Era
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Conversion between Japanese Era / Gregorian calendar
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc \
|
|
ja-p5-Lingua-JA-Numbers>=0:japanese/p5-Lingua-JA-Numbers
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= y
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|