- Use real PORTVERSION
This commit is contained in:
parent
a247394c6e
commit
13976ad573
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374290
4 changed files with 4 additions and 6 deletions
|
@ -16,7 +16,7 @@ LICENSE= ART20
|
|||
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Version>=1.002.003:${PORTSDIR}/devel/p5-Test-Version
|
||||
TEST_DEPENDS= p5-Test-Version>=1.002003:${PORTSDIR}/devel/p5-Test-Version
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5 tar:tgz
|
||||
|
|
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \
|
|||
p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Version>=1.002.003:${PORTSDIR}/devel/p5-Test-Version \
|
||||
TEST_DEPENDS= p5-Test-Version>=1.002003:${PORTSDIR}/devel/p5-Test-Version \
|
||||
p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
|||
p5-Data-Dumper-Concise>=2.021:${PORTSDIR}/devel/p5-Data-Dumper-Concise \
|
||||
p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Version>=1.002.003:${PORTSDIR}/devel/p5-Test-Version
|
||||
TEST_DEPENDS= p5-Test-Version>=1.002003:${PORTSDIR}/devel/p5-Test-Version
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5 tar:tgz
|
||||
|
|
|
@ -2,12 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-Version
|
||||
PORTVERSION= 1.002.004
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.002004
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Check to see that version in modules are sane
|
||||
|
|
Loading…
Reference in a new issue