diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-16 22:02:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-16 22:02:51 +0000 |
commit | 155fa548bbcc4aa298c3a9f196a931ba702412d2 (patch) | |
tree | 9c4092e70b8c41787fb2c2dd604a828702333229 /graphics | |
parent | 9a6a9883c1bef023ba15285a76d80191a6afee6c (diff) | |
download | ports-155fa548bbcc4aa298c3a9f196a931ba702412d2.tar.gz ports-155fa548bbcc4aa298c3a9f196a931ba702412d2.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Graphics-Color/Makefile | 7 | ||||
-rw-r--r-- | graphics/p5-Graphics-Color/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/graphics/p5-Graphics-Color/Makefile b/graphics/p5-Graphics-Color/Makefile index e9487e8f9611..15d847b2c3f2 100644 --- a/graphics/p5-Graphics-Color/Makefile +++ b/graphics/p5-Graphics-Color/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Graphics-Color -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Device and library agnostic color spaces +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual 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-Storage>=0.23:${PORTSDIR}/devel/p5-MooseX-Storage \ 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 @@ -31,6 +33,7 @@ MAN3= Graphics::Color.3 \ Graphics::Color::HSL.3 \ Graphics::Color::HSV.3 \ Graphics::Color::RGB.3 \ + Graphics::Color::Types.3 \ Graphics::Color::YIQ.3 \ Graphics::Color::YUV.3 diff --git a/graphics/p5-Graphics-Color/distinfo b/graphics/p5-Graphics-Color/distinfo index c9f842e42fda..e8bbc1511ab0 100644 --- a/graphics/p5-Graphics-Color/distinfo +++ b/graphics/p5-Graphics-Color/distinfo @@ -1,2 +1,2 @@ -SHA256 (Graphics-Color-0.28.tar.gz) = cbde2eae8e1b9677509f0b2116ab0630497dd915853d4d204c6daf1539388d09 -SIZE (Graphics-Color-0.28.tar.gz) = 22700 +SHA256 (Graphics-Color-0.29.tar.gz) = b675b2ded42f5e2d097ad78f5f51d4ee77bf352fd4acad8eb18b0bb329ce6457 +SIZE (Graphics-Color-0.29.tar.gz) = 16681 |