freebsd-ports/graphics/p5-Graphics-ColorNames-WWW/Makefile
Li-Wen Hsu d0548e8ffe - Update to 1.00
PR:		ports/127793
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	maintainer timeout
2008-11-10 16:33:25 +00:00

24 lines
581 B
Makefile

# New ports collection makefile for: p5-Graphics-ColorNames-WWW
# Date created: 2008-07-31
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= Graphics-ColorNames-WWW
PORTVERSION= 1.00
CATEGORIES= graphics
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cherry@trombik.org
COMMENT= WWW color names and equivalent RGB values
RUN_DEPENDS= p5-Graphics-ColorNames>=0.32:${PORTSDIR}/graphics/p5-Graphics-ColorNames
PERL_CONFIGURE= Yes
MAN3= Graphics::ColorNames::IE.3 \
Graphics::ColorNames::SVG.3 \
Graphics::ColorNames::WWW.3
.include <bsd.port.mk>