mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
28 lines
597 B
Makefile
28 lines
597 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Date-Japanese-Holiday
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl module for Calculate Japanese Holiday
|
|
|
|
RUN_DEPENDS= p5-Date-Calc>5.3:${PORTSDIR}/devel/p5-Date-Calc \
|
|
p5-Date-Simple>1.03:${PORTSDIR}/devel/p5-Date-Simple \
|
|
p5-Time-modules>0.01:${PORTSDIR}/devel/p5-Time-modules
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Date::Japanese::Holiday.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|