diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-21 06:11:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-21 06:11:23 +0000 |
commit | e8816a31a90765a71dfab0d210cd25087b732342 (patch) | |
tree | c2a548d1d500b2885f400b627c1b4d9d4543614f /graphics/p5-Color-Library | |
parent | 258dbf79ebf07cf2670618438e4a8aa221b98230 (diff) | |
download | ports-e8816a31a90765a71dfab0d210cd25087b732342.tar.gz ports-e8816a31a90765a71dfab0d210cd25087b732342.zip |
Notes
Diffstat (limited to 'graphics/p5-Color-Library')
-rw-r--r-- | graphics/p5-Color-Library/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Color-Library/Makefile b/graphics/p5-Color-Library/Makefile index ac991211cb87..eef1a58c7d9d 100644 --- a/graphics/p5-Color-Library/Makefile +++ b/graphics/p5-Color-Library/Makefile @@ -7,6 +7,7 @@ PORTNAME= Color-Library PORTVERSION= 0.02.1 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ROKR @@ -17,8 +18,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= An easy-to-use and comprehensive named-color library BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most |