20 lines
334 B
Makefile
20 lines
334 B
Makefile
COMMENT = apply roles to a class related to yours
|
|
|
|
DISTNAME = MooseX-RelatedClassRoles-0.004
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Moose>=0.80 \
|
|
devel/p5-MooseX-Role-Parameterized>=0.04
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|