freebsd-ports/graphics/p5-Graphics-ColorNames-WWW/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
504 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= Graphics-ColorNames-WWW
PORTVERSION= 1.13
PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= WWW color names and equivalent RGB values
RUN_DEPENDS= p5-Graphics-ColorNames>=0.32:graphics/p5-Graphics-ColorNames
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>