freebsd-ports/graphics/p5-Graphics-ColorUtils/Makefile
Steve Wills ad04b8aa66 graphics/p5-Graphics-ColorUtils: create port
Graphics::ColorUtils - Easy-to-use color space conversions and more.

WWW: http://search.cpan.org/dist/Graphics-ColorUtils/

PR:		226364
Submitted by:	n_hibma
2019-01-05 18:11:22 +00:00

18 lines
311 B
Makefile

# $FreeBSD$
PORTNAME= Graphics-ColorUtils
PORTVERSION= 0.17
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Easy-to-use color space conversions and more
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>