mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
MooseX::TraitFor::Meta::Class::BetterAnonClassNames is a metaclass trait to attempt to demystify generated anonymous class names. WWW: http://search.cpan.org/dist/MooseX-TraitFor-Meta-Class-BetterAnonClassNames/
27 lines
722 B
Makefile
27 lines
722 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MooseX-TraitFor-Meta-Class-BetterAnonClassNames
|
|
PORTVERSION= 0.002003
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Metaclass trait to demystify generated anonymous class names
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \
|
|
p5-autobox-Core>=0:devel/p5-autobox-Core \
|
|
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \
|
|
p5-Test-Moose-More>=0:devel/p5-Test-Moose-More
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|