freebsd-ports/devel/p5-MouseX-Getopt/Makefile

35 lines
956 B
Makefile

# $FreeBSD$
PORTNAME= MouseX-Getopt
PORTVERSION= ${DISTVERSION}00
DISTVERSION= 0.34
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= MouseX
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for a Mouse role to process command line options
RUN_DEPENDS= \
p5-Mouse>=0.64:${PORTSDIR}/devel/p5-Mouse \
p5-Getopt-Long-Descriptive>=0.091:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
MAN3= MouseX::Getopt.3 \
MouseX::Getopt::Basic.3 \
MouseX::Getopt::Dashes.3 \
MouseX::Getopt::GLD.3 \
MouseX::Getopt::Meta::Attribute.3 \
MouseX::Getopt::Meta::Attribute::NoGetopt.3 \
MouseX::Getopt::Meta::Attribute::Trait.3 \
MouseX::Getopt::Meta::Attribute::Trait::NoGetopt.3 \
MouseX::Getopt::OptionTypeMap.3 \
MouseX::Getopt::Strict.3
NO_STAGE= yes
.include <bsd.port.mk>