aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Color-Library
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-21 06:11:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-21 06:11:23 +0000
commite8816a31a90765a71dfab0d210cd25087b732342 (patch)
treec2a548d1d500b2885f400b627c1b4d9d4543614f /graphics/p5-Color-Library
parent258dbf79ebf07cf2670618438e4a8aa221b98230 (diff)
downloadports-e8816a31a90765a71dfab0d210cd25087b732342.tar.gz
ports-e8816a31a90765a71dfab0d210cd25087b732342.zip
- Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=295173
Diffstat (limited to 'graphics/p5-Color-Library')
-rw-r--r--graphics/p5-Color-Library/Makefile4
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