from Matthias Pitzl; OK sthen@ Comment: device and library agnostic graphic primitives for Perl Description: Graphics::Primitive is library agnostic system for drawing things. The idea is to allow you to create and manipulate graphical components and then pass them off to a Driver for actual drawing.
29 lines
632 B
Makefile
29 lines
632 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2017/08/04 09:59:46 bluhm Exp $
|
|
|
|
COMMENT = device and library agnostic graphic primitives for Perl
|
|
|
|
DISTNAME = Graphics-Primitive-0.67
|
|
|
|
CATEGORIES = graphics
|
|
|
|
MAINTAINER = Matthias Pitzl <pitzl@genua.de>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = converters/p5-JSON-Any>=1.22 \
|
|
devel/p5-Data-Visitor>=0.30 \
|
|
devel/p5-Forest>=0.06 \
|
|
devel/p5-Moose>=0.90 \
|
|
devel/p5-MooseX-Clone>=0.04 \
|
|
devel/p5-MooseX-Storage>=0.17 \
|
|
graphics/p5-Geometry-Primitive>=0.16 \
|
|
graphics/p5-Graphics-Color>=0.20
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|