15 lines
244 B
Makefile

# $OpenBSD: Makefile,v 1.27 2019/07/12 21:02:15 sthen Exp $
COMMENT= module for creating generic methods
MODULES= cpan
DISTNAME = Class-MethodMaker-2.24
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
.include <bsd.port.mk>