19 lines
383 B
Makefile
19 lines
383 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Convert-Color
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for color space conversions and named lookups
|
|
|
|
RUN_DEPENDS= \
|
|
p5-List-UtilsBy>0:${PORTSDIR}/devel/p5-List-UtilsBy
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|