a1e2d9def5
The module MooseX::HasDefaults::RW defaults is to rw. If you pass a specific value to any has's is, that overrides the default. If you do not want an accessor, pass is => undef. WWW: http://search.cpan.org/dist/MooseX-HasDefaults/ PR: ports/166591 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
24 lines
566 B
Makefile
24 lines
566 B
Makefile
# New ports collection makefile for: Mason
|
|
# Date created: 03 April, 2012
|
|
# Whom: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MooseX-HasDefaults
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN/../by-authors/id/S/SA/SARTAK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Default "is" to "ro" or "rw" for all attributes
|
|
|
|
BUILD_DEPENDS= p5-Moose>2:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MooseX::HasDefaults.3
|
|
|
|
.include <bsd.port.mk>
|