danj a4577c7171 Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:46:32 +00:00

28 lines
587 B
Makefile

# $OpenBSD: Makefile,v 1.3 2019/07/17 14:46:32 danj Exp $
COMMENT = device and library agnostic graphic primitives for Perl
DISTNAME = Graphics-Primitive-0.67
REVISION = 0
CATEGORIES = graphics
# Perl
PERMIT_PACKAGE = 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>