blob: 3bdee761179d5156d349cd02cffc93b26b8380d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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= Color
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Simple rgb.txt parsing class
PERL_CONFIGURE= yes
MAN3= Color::Rgb.3
.include <bsd.port.mk>
|