freebsd-ports/devel/p5-MooseX-HasDefaults/Makefile

22 lines
515 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
MAN3= MooseX::HasDefaults.3
NO_STAGE= yes
.include <bsd.port.mk>