diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-08 07:24:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-08 07:24:05 +0000 |
commit | 021633b6c51b7e6c8fd9e3952554c3d85386acd3 (patch) | |
tree | d7fb75dd5ce8a0b118d4b1c7c053d8bd2c26c235 /graphics/p5-Color-Library/Makefile | |
parent | d39fbfa8bf2b274d32d48e8bb73f2787e52ce9cf (diff) |
Notes
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> |