1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 0.021

- Pet portlint
- Add TEST_DEPENDS
- Sort MAN3

Changes:	http://search.cpan.org/dist/Color-Library/Changes
Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-12-08 07:24:05 +00:00
parent d39fbfa8bf
commit 021633b6c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287052
2 changed files with 19 additions and 9 deletions

View File

@ -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>

View File

@ -1,2 +1,2 @@
SHA256 (Color-Library-0.02.tar.gz) = 9b65e287e092727020e92611bd5581d4a54358b4727be7c001af58f7a2cdd9e0
SIZE (Color-Library-0.02.tar.gz) = 352195
SHA256 (Color-Library-0.021.tar.gz) = 58cbf7e333d3a4a40297abc43412b321da449c6816020e4fa6625ab079fc90a5
SIZE (Color-Library-0.021.tar.gz) = 343300