ports/graphics/p5-Graphics-ColorNames/Makefile
2021-04-06 16:31:07 +02:00

22 lines
450 B
Makefile

# Created by: Pete Fritchman <petef@databits.net>
PORTNAME= Graphics-ColorNames
PORTVERSION= 2.11
PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl class that defines RGB values for common color names
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>