8c9a229ac1
- Restrict to Perl 5.8.1+ due to new dependency upon p5-Lingua-JA-Numbers Approved by: tobez (implicit)
35 lines
989 B
Makefile
35 lines
989 B
Makefile
# New ports collection makefile for: p5-Date-Japanese-Era
|
|
# Date created: 7 March 2002
|
|
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Date-Japanese-Era
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Date
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Conversion between Japanese Era / Gregorian calendar
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
|
|
${SITE_PERL}/Lingua/JA/Numbers.pm:${PORTSDIR}/japanese/p5-Lingua-JA-Numbers
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Date::Japanese::Era.3 \
|
|
Date::Japanese::Era::Table.3 \
|
|
Date::Japanese::Era::Table::JIS_X0301.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.if ${PERL_LEVEL} < 500801 # inherited from p5-Lingua-JA-Numbers
|
|
IGNORE= requires at least Perl 5.8.1. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|