16 lines
257 B
Makefile
16 lines
257 B
Makefile
# $OpenBSD: Makefile,v 1.28 2020/07/03 21:44:43 sthen Exp $
|
|
|
|
COMMENT= module for creating generic methods
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Class-MethodMaker-2.24
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|