mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
dc6fdf9820
- changes: http://cpansearch.perl.org/src/GFUJI/Mouse-0.93/Changes - add licenses
71 lines
1.6 KiB
Makefile
71 lines
1.6 KiB
Makefile
# New ports collection makefile for: devel/p5-Mouse
|
|
# Date created: 23 Jul 2008
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Mouse
|
|
PORTVERSION= 0.93
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:GFUJI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Moose minus the antlers
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART20 GPLv1
|
|
|
|
BUILD_DEPENDS= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort \
|
|
p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
|
|
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
PERL_CONFIGURE= 5.8.5+
|
|
|
|
MAN3= Mouse.3 \
|
|
Mouse::Exporter.3 \
|
|
Mouse::Meta::Attribute.3 \
|
|
Mouse::Meta::Class.3 \
|
|
Mouse::Meta::Method.3 \
|
|
Mouse::Meta::Method::Accessor.3 \
|
|
Mouse::Meta::Method::Constructor.3 \
|
|
Mouse::Meta::Method::Delegation.3 \
|
|
Mouse::Meta::Method::Destructor.3 \
|
|
Mouse::Meta::Module.3 \
|
|
Mouse::Meta::Role.3 \
|
|
Mouse::Meta::Role::Application.3 \
|
|
Mouse::Meta::Role::Composite.3 \
|
|
Mouse::Meta::Role::Method.3 \
|
|
Mouse::Meta::TypeConstraint.3 \
|
|
Mouse::Object.3 \
|
|
Mouse::PurePerl.3 \
|
|
Mouse::Role.3 \
|
|
Mouse::Spec.3 \
|
|
Mouse::Tiny.3 \
|
|
Mouse::TypeRegistry.3 \
|
|
Mouse::Util.3 \
|
|
Mouse::Util::MetaRole.3 \
|
|
Mouse::Util::TypeConstraints.3 \
|
|
Mouse::XS.3 \
|
|
Squirrel.3 \
|
|
Squirrel::Role.3 \
|
|
Test::Mouse.3 \
|
|
ouse.3
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/pkg-message
|
|
|
|
post-extract:
|
|
@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|