a288d48de7
- Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de>
32 lines
782 B
Makefile
32 lines
782 B
Makefile
# New ports collection makefile for: devel/p5-MooseX-NonMoose
|
|
# Date created: March 23, 2010
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MooseX-NonMoose
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Easy subclassing of non-Moose classes
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Moose>=1.15:${PORTSDIR}/devel/p5-Moose
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
|
|
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MooseX::NonMoose.3 \
|
|
MooseX::NonMoose::InsideOut.3 \
|
|
MooseX::NonMoose::Meta::Role::Class.3 \
|
|
MooseX::NonMoose::Meta::Role::Constructor.3
|
|
|
|
.include <bsd.port.mk>
|