18 lines
303 B
Makefile
18 lines
303 B
Makefile
|
COMMENT= simple calculations with RGB colors
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Color-Calc-1.074
|
||
|
CATEGORIES= graphics
|
||
|
REVISION= 1
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Params-Validate \
|
||
|
graphics/p5-Graphics-ColorNames-WWW
|
||
|
|
||
|
TEST_DEPENDS= devel/p5-Test-NoWarnings
|
||
|
|
||
|
.include <bsd.port.mk>
|