diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Graphics-ColorNames/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/p5-Graphics-ColorNames/Makefile b/graphics/p5-Graphics-ColorNames/Makefile index ba13785357c3..e0a8f9d37259 100644 --- a/graphics/p5-Graphics-ColorNames/Makefile +++ b/graphics/p5-Graphics-ColorNames/Makefile @@ -7,6 +7,7 @@ PORTNAME= Graphics-ColorNames PORTVERSION= 1.06 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Graphics @@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= petef@FreeBSD.org COMMENT= A perl class that defines RGB values for common color names +BUILD_DEPENDS= ${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Graphics::ColorNames.3 \ |