freebsd-ports/devel/p5-Object-Role/Makefile

24 lines
506 B
Makefile

# New ports collection makefile for: p5-Object-Role
# Date created: 2012-02-29
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
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>