1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/p5-MooseX-OneArgNew/Makefile
2021-04-06 16:31:07 +02:00

26 lines
601 B
Makefile

# Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
PORTNAME= MooseX-OneArgNew
PORTVERSION= 0.005
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= geraud@gcu.info
COMMENT= Teach ->new to accept single, non-hashref arguments
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \
p5-MooseX-Role-Parameterized>=1.01:devel/p5-MooseX-Role-Parameterized \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>