7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
27 lines
624 B
Makefile
27 lines
624 B
Makefile
# New ports collection makefile for: p5-Graphics-ColorNames
|
|
# Date Created: 1 July 2001
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Graphics-ColorNames
|
|
PORTVERSION= 0.32
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Graphics
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= petef@FreeBSD.org
|
|
COMMENT= A perl class that defines RGB values for common color names
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Graphics::ColorNames.3 \
|
|
Graphics::HTML.3 \
|
|
Graphics::Netscape.3 \
|
|
Graphics::Windows.3 \
|
|
Graphics::X.3
|
|
|
|
.include <bsd.port.mk>
|