22 lines
407 B
Makefile
22 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:22 sthen Exp $
|
|
|
|
COMMENT = an easy-to-use and comprehensive named-color library
|
|
|
|
DISTNAME = Color-Library-0.021
|
|
REVISION = 1
|
|
|
|
CATEGORIES = graphics
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = 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>
|