diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-09-02 09:33:07 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-09-02 09:33:07 +0000 |
commit | c61d81a4d65a8c1efb8cb655ab6ae3678014c917 (patch) | |
tree | c09605c2cba43745904d065c1a60e53fa20e94cc /graphics/p5-Color-Palette | |
parent | e6925214324868ea721b152a26f704ed4fa50600 (diff) | |
download | ports-c61d81a4d65a8c1efb8cb655ab6ae3678014c917.tar.gz ports-c61d81a4d65a8c1efb8cb655ab6ae3678014c917.zip |
Notes
Diffstat (limited to 'graphics/p5-Color-Palette')
-rw-r--r-- | graphics/p5-Color-Palette/Makefile | 30 | ||||
-rw-r--r-- | graphics/p5-Color-Palette/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-Color-Palette/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/p5-Color-Palette/pkg-plist | 8 |
4 files changed, 46 insertions, 0 deletions
diff --git a/graphics/p5-Color-Palette/Makefile b/graphics/p5-Color-Palette/Makefile new file mode 100644 index 000000000000..f3e10cf90e73 --- /dev/null +++ b/graphics/p5-Color-Palette/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: graphics/p5-Color-Palette +# Date created: 02 September 2009 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Color-Palette +PORTVERSION= 0.091400 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Color +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Handle sets of named colors in Perl + +BUILD_DEPENDS= p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ + p5-Graphics-Color>=0.21:${PORTSDIR}/graphics/p5-Graphics-Color \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Moose.pm>=0:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Color::Palette.3 \ + Color::Palette::Schema.3 \ + Color::Palette::Types.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Color-Palette/distinfo b/graphics/p5-Color-Palette/distinfo new file mode 100644 index 000000000000..df0d4b606f30 --- /dev/null +++ b/graphics/p5-Color-Palette/distinfo @@ -0,0 +1,3 @@ +MD5 (Color-Palette-0.091400.tar.gz) = 3fdbf70d5d2bbc8124b25021815b29f0 +SHA256 (Color-Palette-0.091400.tar.gz) = 7456debd71d2bd89383e43b72e31bdc6b8f37efd055d4986985e02697e612fe5 +SIZE (Color-Palette-0.091400.tar.gz) = 11813 diff --git a/graphics/p5-Color-Palette/pkg-descr b/graphics/p5-Color-Palette/pkg-descr new file mode 100644 index 000000000000..9fea795507fd --- /dev/null +++ b/graphics/p5-Color-Palette/pkg-descr @@ -0,0 +1,5 @@ +The libraries in the Color-Palette distribution are meant to make it +easy to build sets of named colors, and to write applications that can +define and validate the color names they required. + +WWW: http://search.cpan.org/dist/Color-Palette/ diff --git a/graphics/p5-Color-Palette/pkg-plist b/graphics/p5-Color-Palette/pkg-plist new file mode 100644 index 000000000000..31d80e4c677c --- /dev/null +++ b/graphics/p5-Color-Palette/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Color/Palette.pm +%%SITE_PERL%%/Color/Palette/Schema.pm +%%SITE_PERL%%/Color/Palette/Types.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Palette/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Palette +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color +@dirrmtry %%SITE_PERL%%/Color/Palette +@dirrmtry %%SITE_PERL%%/Color |