# New ports collection makefile for:	p5-Object-Role
# Date created:		2012-02-29
# Whom:			Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD: ports/devel/p5-Object-Role/Makefile,v 1.1 2012/02/29 22:12:11 swills Exp $
#

PORTNAME=	Object-Role
PORTVERSION=	0.001
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	A Perl base class for non-Moose roles

BUILD_DEPENDS=	p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name
RUN_DEPENDS=	p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name

PERL_CONFIGURE=	yes

MAN3=	Object::Role.3

.include <bsd.port.mk>
