bluhm 1ec22689dd import p5-Color-Library 0.021
from Matthias Pitzl; OK sthen@

Comment:
an easy-to-use and comprehensive named-color library

Description:
Color::Library is an easy-to-use and comprehensive named-color
dictionary.  Currently provides coverage for www (svg, html, css)
colors, x11 colors, and more.
2017-08-04 09:50:18 +00:00

23 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/08/04 09:50:18 bluhm Exp $
COMMENT = an easy-to-use and comprehensive named-color library
DISTNAME = Color-Library-0.021
CATEGORIES = graphics
MAINTAINER = Matthias Pitzl <pitzl@genua.de>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Class-Accessor \
devel/p5-Class-Data-Inheritable \
devel/p5-Module-Pluggable \
devel/p5-Test-Most
PKG_ARCH = *
.include <bsd.port.mk>