cf118ccf87
Reported by: lwhsu
20 lines
429 B
Makefile
20 lines
429 B
Makefile
PORTNAME= MooseX-RelatedClassRoles
|
|
PORTVERSION= 0.004
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Apply roles to a class related to yours
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Moose>=2:devel/p5-Moose \
|
|
p5-MooseX-Role-Parameterized>=0.04:devel/p5-MooseX-Role-Parameterized
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|