20 lines
380 B
Makefile
20 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:10:54 espie Exp $
|
|
|
|
COMMENT= simple calculations with RGB colors
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Color-Calc-1.05
|
|
REVISION= 0
|
|
CATEGORIES= graphics
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Params-Validate \
|
|
graphics/p5-Graphics-ColorNames-WWW
|
|
|
|
.include <bsd.port.mk>
|