freebsd-ports/devel/p5-MooseX-HasDefaults/Makefile
2021-04-06 16:31:07 +02:00

19 lines
449 B
Makefile

# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
PORTNAME= MooseX-HasDefaults
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN/../by-authors/id/S/SA/SARTAK
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Default "is" to "ro" or "rw" for all attributes
BUILD_DEPENDS= p5-Moose>2:devel/p5-Moose \
p5-Test-Exception>0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>