32 lines
948 B
Makefile
32 lines
948 B
Makefile
# 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.003011
|
|
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.06:${PORTSDIR}/devel/p5-MooseX-Traits \
|
|
p5-MooseX-Types>=0.17:${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= Parse::Method::Signatures.3 \
|
|
Parse::Method::Signatures::Param.3 \
|
|
Parse::Method::Signatures::TypeConstraint.3 \
|
|
Parse::Method::Signatures::Sig.3
|
|
|
|
.include <bsd.port.mk>
|