1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/japanese/p5-Date-Japanese-Holiday/Makefile
Emanuel Haupt 9379a75ce1 Restore language specific package prefix. This has been erroneously removed
during the staging conversion. Sorry about the noise.
2014-02-06 11:43:02 +00:00

25 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>