danj 1991058dbd 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:49:19 +00:00

25 lines
475 B
Makefile

# $OpenBSD: Makefile,v 1.3 2019/07/17 14:49:21 danj Exp $
COMMENT = a collection of n-ary tree related modules for Perl
DISTNAME = Forest-0.10
CATEGORIES = devel
CPAN_AUTHOR = STEVAN
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Moose>=2.0000 \
devel/p5-MooseX-Clone>=0.05
TEST_DEPENDS = devel/p5-Path-Class \
devel/p5-Test-Exception \
devel/p5-Test-Pod>=1.14
CONFIGURE_STYLE = modinst
PKG_ARCH = *
.include <bsd.port.mk>