freebsd-ports/graphics/p5-Color-Rgb/Makefile
2006-07-21 17:56:08 +00:00

22 lines
432 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= Color
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Simple rgb.txt parsing class
PERL_CONFIGURE= yes
MAN3= Color::Rgb.3
.include <bsd.port.mk>