Graphics::ColorUtils - Easy-to-use color space conversions and more. WWW: http://search.cpan.org/dist/Graphics-ColorUtils/ PR: 226364 Submitted by: n_hibma
18 lines
311 B
Makefile
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>
|