20 lines
340 B
Makefile
20 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:44:41 sthen Exp $
|
|
|
|
COMMENT = correct check for object classes in Perl
|
|
|
|
DISTNAME = Check-ISA-0.09
|
|
CATEGORIES = devel
|
|
CPAN_AUTHOR = MANWAR
|
|
REVISION = 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter
|
|
TEST_DEPENDS = devel/p5-Moose
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|