aaa1885833
ok jasper@
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:45:37 ajacoutot 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
|
|
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>
|