60d78a33a4
Module::Install::XSUtil requires ExtUtils::ParseXS>=2.21. - This fixes 'ld-elf.so.1: Mouse.so: Undefined symbol "HvNAMELEN_get"' problems when building dependent ports.
60 lines
1.4 KiB
Makefile
60 lines
1.4 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.4600
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/G/GF/GFUJI
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-0.46
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Moose minus the antlers
|
|
|
|
BUILD_DEPENDS= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort \
|
|
p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
|
|
|
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::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>
|