ports/devel/p5-MooseX-ArrayRef/Makefile
Sunpoet Po-Chuan Hsieh 75160cd9bd Add NO_ARCH
2019-08-11 16:50:48 +00:00

24 lines
420 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= MooseX-ArrayRef
PORTVERSION= 0.005
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Moose blessed array references
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>