21 lines
434 B
Makefile
21 lines
434 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/12/04 00:04:13 simon Exp $
|
|
|
|
COMMENT= simple calculations with RGB colors
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Color-Calc-1.05
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Params-Validate \
|
|
::graphics/p5-Graphics-ColorNames-WWW
|
|
|
|
.include <bsd.port.mk>
|