24 lines
432 B
Makefile
24 lines
432 B
Makefile
# $OpenBSD: Makefile,v 1.3 2021/05/08 07:15:02 benoit Exp $
|
|
|
|
COMMENT = introspect overloaded operators
|
|
|
|
DISTNAME = Devel-OverloadInfo-0.007
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-MRO-Compat \
|
|
devel/p5-Package-Stash>=0.14
|
|
TEST_DEPENDS = devel/p5-Test-Fatal \
|
|
devel/p5-Test-Spelling
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|