# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD: head/devel/p5-Class-MakeMethods/Makefile 381151 2015-03-12 23:00:02Z adamw $

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

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Generate common types of methods

USES=		perl5
USE_PERL5=	configure

post-extract:
		@${RM} ${WRKSRC}/benchmark.pl

.include <bsd.port.mk>