mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
23 lines
524 B
Makefile
23 lines
524 B
Makefile
PORTNAME= MooX-StrictConstructor
|
|
PORTVERSION= 0.013
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Make your Moo-based object constructors blow up on unknown attributes
|
|
WWW= https://metacpan.org/release/MooX-StrictConstructor
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Moo>=2.004000:devel/p5-Moo
|
|
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|