925ad176c1
PR: 133568 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
31 lines
865 B
Makefile
31 lines
865 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.08001
|
|
CATEGORIES= japanese devel perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= DateTime Extension for Japanese Eras
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
|
p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
|
|
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.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|