forked from Lainports/freebsd-ports
- Remove test only dependencies.
- Use pkgname method to specify dependencies.
This commit is contained in:
parent
7219e6e45d
commit
0674a82808
1 changed files with 5 additions and 4 deletions
|
|
@ -7,16 +7,17 @@
|
|||
|
||||
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= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
|
||||
${SITE_PERL}/${PERL_ARCH}/Date/Simple.pm:${PORTSDIR}/devel/p5-Date-Simple \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time-modules
|
||||
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}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue