mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
19 lines
394 B
Makefile
19 lines
394 B
Makefile
# Created by: vanilla
|
|
|
|
PORTNAME= Color-Calc
|
|
PORTVERSION= 1.074
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Simple calculations with RGB colors
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Graphics-ColorNames-WWW>=1.13:graphics/p5-Graphics-ColorNames-WWW
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|