opnsense-ports/devel/p5-MooseX-ArrayRef/Makefile
2022-09-07 22:33:21 +02:00

22 lines
417 B
Makefile

PORTNAME= MooseX-ArrayRef
PORTVERSION= 0.005
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Moose blessed array references
WWW= https://metacpan.org/release/MooseX-ArrayRef
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moose>=2.00:devel/p5-Moose
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>