20 lines
426 B
Makefile
20 lines
426 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 16:05:02 simon Exp $
|
||
|
|
||
|
COMMENT= WWW color names and equivalent RGB values
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Graphics-ColorNames-WWW-0.01
|
||
|
CATEGORIES= graphics www
|
||
|
|
||
|
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>
|