2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:45:37 ajacoutot Exp $
|
2007-07-22 12:05:18 -04:00
|
|
|
|
|
|
|
COMMENT= simple calculations with RGB colors
|
|
|
|
|
|
|
|
MODULES= cpan
|
2008-12-03 19:04:13 -05:00
|
|
|
DISTNAME= Color-Calc-1.05
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2007-07-22 12:05:18 -04:00
|
|
|
CATEGORIES= graphics
|
2010-10-18 14:13:12 -04:00
|
|
|
USE_GROFF = Yes
|
2007-07-22 12:05:18 -04:00
|
|
|
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-17 03:05:12 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Params-Validate \
|
|
|
|
graphics/p5-Graphics-ColorNames-WWW
|
2007-07-22 12:05:18 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|