ea64865c91
constraints and no source filter.
31 lines
913 B
Text
31 lines
913 B
Text
# New ports collection makefile for: Parse-Method-Signatures
|
|
# Date created: 11 May 2009
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Parse-Method-Signatures
|
|
PORTVERSION= 1.003005
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Perl6 like method signature parser
|
|
|
|
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-MooseX-Traits>=0:${PORTSDIR}/devel/p5-MooseX-Traits \
|
|
p5-MooseX-Types>=0.10:${PORTSDIR}/devel/p5-MooseX-Types \
|
|
p5-MooseX-Types-Structured>=0:${PORTSDIR}/devel/p5-MooseX-Types-Structured \
|
|
p5-namespace-clean>=0.10:${PORTSDIR}/devel/p5-namespace-clean \
|
|
p5-PPI>=1.203:${PORTSDIR}/textproc/p5-PPI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MooseX::Meta::TypeCoercion::Structured.3 \
|
|
MooseX::Meta::TypeConstraint::Structured.3 \
|
|
MooseX::Types::Structured.3
|
|
|
|
.include <bsd.port.mk>
|