forked from Lainports/freebsd-ports
25 lines
515 B
Makefile
25 lines
515 B
Makefile
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
|
|
PORTNAME= Class-Method-Modifiers
|
|
PORTVERSION= 2.13
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Provides Moose-like method modifiers
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Moose>=0:devel/p5-Moose \
|
|
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
|
|
p5-Test-Needs>=0:devel/p5-Test-Needs
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|