21 lines
436 B
Makefile
21 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/11/17 08:05:15 espie Exp $
|
|
|
|
COMMENT= WWW color names and equivalent RGB values
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Graphics-ColorNames-WWW-1.00
|
|
CATEGORIES= graphics www
|
|
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= graphics/p5-Graphics-ColorNames
|
|
|
|
.include <bsd.port.mk>
|