diff options
Diffstat (limited to 'graphics/p5-Color-Library/Makefile')
-rw-r--r-- | graphics/p5-Color-Library/Makefile | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/graphics/p5-Color-Library/Makefile b/graphics/p5-Color-Library/Makefile index cf55a103fa86..ac991211cb87 100644 --- a/graphics/p5-Color-Library/Makefile +++ b/graphics/p5-Color-Library/Makefile @@ -6,10 +6,12 @@ # PORTNAME= Color-Library -PORTVERSION= 0.02 +PORTVERSION= 0.02.1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:ROKR PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= An easy-to-use and comprehensive named-color library @@ -17,12 +19,17 @@ 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 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most PERL_CONFIGURE= yes -MAN3= Color::Library.3 Color::Library::Color.3 Color::Library::Dictionary.3 \ - Color::Library::Dictionary::HTML.3 Color::Library::Dictionary::IE.3 \ +MAN3= Color::Library.3 \ + Color::Library::Color.3 \ + Color::Library::Dictionary.3 \ + Color::Library::Dictionary::HTML.3 \ + Color::Library::Dictionary::IE.3 \ Color::Library::Dictionary::Mozilla.3 \ Color::Library::Dictionary::NBS_ISCC.3 \ Color::Library::Dictionary::NBS_ISCC::A.3 \ @@ -37,8 +44,11 @@ MAN3= Color::Library.3 Color::Library::Color.3 Color::Library::Dictionary.3 \ Color::Library::Dictionary::NBS_ISCC::SC.3 \ Color::Library::Dictionary::NBS_ISCC::TC.3 \ Color::Library::Dictionary::Netscape.3 \ - Color::Library::Dictionary::SVG.3 Color::Library::Dictionary::Tango.3 \ - Color::Library::Dictionary::VACCC.3 Color::Library::Dictionary::WWW.3 \ - Color::Library::Dictionary::Windows.3 Color::Library::Dictionary::X11.3 + Color::Library::Dictionary::SVG.3 \ + Color::Library::Dictionary::Tango.3 \ + Color::Library::Dictionary::VACCC.3 \ + Color::Library::Dictionary::WWW.3 \ + Color::Library::Dictionary::Windows.3 \ + Color::Library::Dictionary::X11.3 .include <bsd.port.mk> |