20 lines
310 B
Makefile
20 lines
310 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/08/18 18:43:53 afresh1 Exp $
|
|
|
|
COMMENT= module for controlling superclass method dispatch
|
|
|
|
DISTNAME= SUPER-1.20190531
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-Sub-Identify
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|