mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00: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
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Graphics-Color
|
||||
PORTVERSION= 0.27
|
||||
PORTVERSION= 0.28
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,12 +14,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
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-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \
|
||||
p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library
|
||||
p5-MooseX-Storage>=0.23:${PORTSDIR}/devel/p5-MooseX-Storage \
|
||||
p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Graphics-Color-0.27.tar.gz) = 69585eba2b052dacca0c43f351cc949c
|
||||
SHA256 (Graphics-Color-0.27.tar.gz) = ab0d32937b75b85a6f7ec302f5e5f89da0a87452703fa487e7e1d664803df3b7
|
||||
SIZE (Graphics-Color-0.27.tar.gz) = 22631
|
||||
MD5 (Graphics-Color-0.28.tar.gz) = 1eaa58cea3054b55eb661f017147994f
|
||||
SHA256 (Graphics-Color-0.28.tar.gz) = cbde2eae8e1b9677509f0b2116ab0630497dd915853d4d204c6daf1539388d09
|
||||
SIZE (Graphics-Color-0.28.tar.gz) = 22700
|
||||
|
Loading…
Reference in New Issue
Block a user