mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
21 lines
444 B
Makefile
21 lines
444 B
Makefile
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
|
|
WWW= https://metacpan.org/release/Class-Method-Modifiers
|
|
|
|
#TEST_DEPENDS= p5-Moose>=0:perl/p5-Moose \
|
|
# p5-Test-Fatal>=0:perl/p5-Test-Fatal \
|
|
# p5-Test-Needs>=0:perl/p5-Test-Needs
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|