33 lines
875 B
Makefile
33 lines
875 B
Makefile
# New ports collection makefile for: MooseX-LazyRequire
|
|
# Date created: 17 Aug 2009
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MooseX-LazyRequire
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Required attributes which fail only when trying to use them
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \
|
|
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
|
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \
|
|
p5-aliased>=0.30:${PORTSDIR}/devel/p5-aliased
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MooseX::LazyRequire.3 \
|
|
MooseX::LazyRequire::Meta::Attribute::Trait::LazyRequire.3
|
|
|
|
.include <bsd.port.mk>
|