4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
386 B
Makefile
21 lines
386 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= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
COMMENT= Simple rgb.txt parsing class
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Color::Rgb.3
|
|
|
|
.include <bsd.port.mk>
|