PORTNAME=	Class-MakeMethods
PORTVERSION=	1.010
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Generate common types of methods
WWW=		https://metacpan.org/release/Class-MakeMethods

LICENSE=	artistic gpl+
LICENSE_COMB=	dual

NO_ARCH=	yes
USES=		perl5:patch,build,run
USE_PERL5=	configure

NO_TEST=	yes

post-patch:
		@${RM} ${WRKSRC}/benchmark.pl
#		@${PERL} -pi -e '$$_="" if m|benchmark.pl|' ${WRKSRC}/MANIFEST

.include <bsd.port.mk>
