freebsd-ports/graphics/p5-Color-Rgb/Makefile
Cheng-Lung Sung d352b279d1 Color::Rgb - simple rgb.txt parsing class.
WWW: http://search.cpan.org/~sherzodr/Color-Rgb/

PR:		ports/71828
Submitted by:	Rong-En Fan <rafan AT infor dot org>
Approved by:	mentor (vanilla)
2004-10-12 12:12:32 +00:00

23 lines
455 B
Makefile

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