1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile
Martin Wilke 0c172948d3 Japan traditionally used an "era" system since 645. In modern days
(since the Meiji era) eras can only be renewed when a new emperor
succeeds his predecessor. Until then new eras were proclaimed for
various reasons, including the succession of the shogunate during the
Tokugawa shogunate.

WWW:	http://search.cpan.org/~dmaki/DateTime-Calendar-Japanese-Era-0.07/

PR:		ports/113162
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2007-06-04 08:04:27 +00:00

27 lines
685 B
Makefile

# New ports collection makefile for: p5-DateTime-Calendar-Japanese-Era
# Date created: 2007-05-16
# Whom: Masahiro Teramoto <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= DateTime-Calendar-Japanese-Era
PORTVERSION= 0.07
CATEGORIES= japanese devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI
PKGNAMEPREFIX= ja-p5-
MAINTAINER= markun@onohara.to
COMMENT= DateTime Extension for Japanese Eras
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DateTime::Calendar::Japanese::Era.3
.include <bsd.port.mk>