1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/japanese/p5-Date-Japanese-Era/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

31 lines
758 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= CPAN
MAINTAINER= ports@FreeBSD.org
COMMENT= Conversion between Japanese Era / Gregorian calendar
BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
p5-Lingua-JA-Numbers>=0:${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-
.include <bsd.port.post.mk>