aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Color-Rgb
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-12 12:12:32 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-12 12:12:32 +0000
commitd352b279d1fb4476feaa098d0ce20cb9bcd3482b (patch)
treec0e0c69ca33e2ff4e7d3f124ed9caa13ad2e66e8 /graphics/p5-Color-Rgb
parent4a280610aa61d011723f3c6d4f800b2377f60dbc (diff)
downloadports-d352b279d1fb4476feaa098d0ce20cb9bcd3482b.tar.gz
ports-d352b279d1fb4476feaa098d0ce20cb9bcd3482b.zip
Notes
Diffstat (limited to 'graphics/p5-Color-Rgb')
-rw-r--r--graphics/p5-Color-Rgb/Makefile22
-rw-r--r--graphics/p5-Color-Rgb/distinfo2
-rw-r--r--graphics/p5-Color-Rgb/pkg-descr3
-rw-r--r--graphics/p5-Color-Rgb/pkg-plist5
4 files changed, 32 insertions, 0 deletions
diff --git a/graphics/p5-Color-Rgb/Makefile b/graphics/p5-Color-Rgb/Makefile
new file mode 100644
index 000000000000..68fcbda9110f
--- /dev/null
+++ b/graphics/p5-Color-Rgb/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: graphics/p5-Color-Rgb
+# Date created: Sep 17 2004
+# Whom: Rong-En Fan <rafan@infor.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Color-Rgb
+PORTVERSION= 1.4
+CATEGORIES= graphics perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/S/SH/SHERZODR
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= rafan@infor.org
+COMMENT= Simple rgb.txt parsing class
+
+PERL_CONFIGURE= yes
+
+MAN3= Color::Rgb.3
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-Color-Rgb/distinfo b/graphics/p5-Color-Rgb/distinfo
new file mode 100644
index 000000000000..912d05f3bd2d
--- /dev/null
+++ b/graphics/p5-Color-Rgb/distinfo
@@ -0,0 +1,2 @@
+MD5 (Color-Rgb-1.4.tar.gz) = 5b5e9fd54ac900e148eb65ac21c873d5
+SIZE (Color-Rgb-1.4.tar.gz) = 10348
diff --git a/graphics/p5-Color-Rgb/pkg-descr b/graphics/p5-Color-Rgb/pkg-descr
new file mode 100644
index 000000000000..fb2fcefd3f6f
--- /dev/null
+++ b/graphics/p5-Color-Rgb/pkg-descr
@@ -0,0 +1,3 @@
+Color::Rgb - simple rgb.txt parsing class.
+
+WWW: http://search.cpan.org/~sherzodr/Color-Rgb/
diff --git a/graphics/p5-Color-Rgb/pkg-plist b/graphics/p5-Color-Rgb/pkg-plist
new file mode 100644
index 000000000000..7e1162869bb3
--- /dev/null
+++ b/graphics/p5-Color-Rgb/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Rgb/.packlist
+%%SITE_PERL%%/Color/Rgb.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Rgb
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Color 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Color 2>/dev/null || true