mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.00
PR: ports/100852 Submitted by: maintainer (Jin-Shan Tseng)
This commit is contained in:
parent
2aa0e6fac3
commit
fd1efc3fec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168816
2 changed files with 6 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Test-Number-Delta
|
||||
PORTVERSION= 0.18
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
|
@ -15,17 +15,14 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
||||
COMMENT= Compare the difference between two numbers within a specified amount
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Number::Delta.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.if ${PERL_LEVEL} < 500808
|
||||
IGNORE= requires perl 5.8.8 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Test-Number-Delta-0.18.tar.gz) = 6988f7ca57b36fb286d7f5ebf0e0f63d
|
||||
SHA256 (Test-Number-Delta-0.18.tar.gz) = dc7caf960c3a49db34b75e651fae5e0a937d73e25390ba56b0c81907c22fb28e
|
||||
SIZE (Test-Number-Delta-0.18.tar.gz) = 15436
|
||||
MD5 (Test-Number-Delta-1.00.tar.gz) = f4c8bbde697f939ebf39ea4bd8d34721
|
||||
SHA256 (Test-Number-Delta-1.00.tar.gz) = 7dbd51f519f9804eaf7ab86b3cac007aece6e44c1cb6936498efa1c09626b35d
|
||||
SIZE (Test-Number-Delta-1.00.tar.gz) = 17062
|
||||
|
|
Loading…
Add table
Reference in a new issue