mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.28. Add TEST_DEPENDS (primarily as a documentation,
but hopefully we'll have support for this in bsd.{perl,port}.mk in the future). Changes: http://search.cpan.org/dist/Graphics-Color/Changes
This commit is contained in:
parent
bebf0a8038
commit
a35ed6a7a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251585
2 changed files with 9 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Graphics-Color
|
PORTNAME= Graphics-Color
|
||||||
PORTVERSION= 0.27
|
PORTVERSION= 0.28
|
||||||
CATEGORIES= graphics perl5
|
CATEGORIES= graphics perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,12 +14,14 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Device and library agnostic color spaces
|
COMMENT= Device and library agnostic color spaces
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \
|
BUILD_DEPENDS= p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library \
|
||||||
|
p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \
|
||||||
p5-MooseX-Aliases>=0.03:${PORTSDIR}/devel/p5-MooseX-Aliases \
|
p5-MooseX-Aliases>=0.03:${PORTSDIR}/devel/p5-MooseX-Aliases \
|
||||||
p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \
|
p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \
|
||||||
p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types \
|
p5-MooseX-Storage>=0.23:${PORTSDIR}/devel/p5-MooseX-Storage \
|
||||||
p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library
|
p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
||||||
|
|
||||||
PERL_CONFIGURE= YES
|
PERL_CONFIGURE= YES
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Graphics-Color-0.27.tar.gz) = 69585eba2b052dacca0c43f351cc949c
|
MD5 (Graphics-Color-0.28.tar.gz) = 1eaa58cea3054b55eb661f017147994f
|
||||||
SHA256 (Graphics-Color-0.27.tar.gz) = ab0d32937b75b85a6f7ec302f5e5f89da0a87452703fa487e7e1d664803df3b7
|
SHA256 (Graphics-Color-0.28.tar.gz) = cbde2eae8e1b9677509f0b2116ab0630497dd915853d4d204c6daf1539388d09
|
||||||
SIZE (Graphics-Color-0.27.tar.gz) = 22631
|
SIZE (Graphics-Color-0.28.tar.gz) = 22700
|
||||||
|
|
Loading…
Add table
Reference in a new issue