from Matthias Pitzl; OK sthen@ Comment: generate pleasant color schemes in Perl Description: This module is a Perl implementation of Color Schemes 2 (http://wellstyled.com/tools/colorscheme2/), a color scheme generator. Start by visitng the Color Schemes 2 web site and playing with the colors. When you want to generate those schemes on the fly, begin using this module. The descriptions herein don't make too much sense without actually seeing the colorful results.
19 lines
305 B
Makefile
19 lines
305 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2017/08/04 09:53:44 bluhm Exp $
|
|
|
|
COMMENT = generate pleasant color schemes in Perl
|
|
|
|
DISTNAME = Color-Scheme-1.07
|
|
|
|
CATEGORIES = graphics
|
|
|
|
MAINTAINER = Matthias Pitzl <pitzl@genua.de>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|