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@
20 lines
339 B
Makefile
20 lines
339 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/07/17 14:49:21 danj Exp $
|
|
|
|
COMMENT = correct check for object classes in Perl
|
|
|
|
DISTNAME = Check-ISA-0.09
|
|
CATEGORIES = devel
|
|
CPAN_AUTHOR = MANWAR
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter
|
|
TEST_DEPENDS = devel/p5-Moose
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|