2008-07-23 10:06:03 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Mouse
|
|
|
|
# Date created: 23 Jul 2008
|
|
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Mouse
|
2011-10-10 05:38:04 +02:00
|
|
|
PORTVERSION= 0.97
|
2010-11-02 21:46:23 +01:00
|
|
|
PORTEPOCH= 1
|
2008-07-23 10:06:03 +02:00
|
|
|
CATEGORIES= devel perl5
|
2011-03-14 07:35:53 +01:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:GFUJI
|
2008-07-23 10:06:03 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:22:05 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-07-23 10:06:03 +02:00
|
|
|
COMMENT= Moose minus the antlers
|
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-10-04 18:30:58 +02:00
|
|
|
LICENSE_COMB= dual
|
2011-05-31 22:00:04 +02:00
|
|
|
|
2011-10-04 18:30:58 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Exception-LessClever>=0.005:${PORTSDIR}/devel/p5-Test-Exception-LessClever \
|
|
|
|
p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires
|
2010-01-15 03:08:29 +01:00
|
|
|
|
2010-02-10 21:39:53 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2011-09-17 09:06:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2008-07-23 10:06:03 +02:00
|
|
|
|
2011-10-04 18:30:58 +02:00
|
|
|
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
|
2008-07-23 10:06:03 +02:00
|
|
|
|
2008-09-28 22:30:29 +02:00
|
|
|
post-install:
|
2008-11-04 17:25:28 +01:00
|
|
|
@${CAT} ${PKGDIR}/pkg-message
|
2008-09-28 22:30:29 +02:00
|
|
|
|
2008-07-23 10:06:03 +02:00
|
|
|
post-extract:
|
|
|
|
@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL
|
|
|
|
|
2012-03-08 19:45:38 +01:00
|
|
|
.include <bsd.port.mk>
|