9379a75ce1
during the staging conversion. Sorry about the noise.
24 lines
549 B
Makefile
24 lines
549 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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|