mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
Makefile
# New ports collection makefile for: MouseX::Getopt
|
|
# Date created: 22 Jan 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|