freebsd-ports/devel/p5-MouseX-Getopt/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
573 B
Makefile

# $FreeBSD$
PORTNAME= MouseX-Getopt
PORTVERSION= ${DISTVERSION}00
DISTVERSION= 0.36
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for a Mouse role to process command line options
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= \
p5-Mouse>=0.64:devel/p5-Mouse \
p5-Getopt-Long-Descriptive>=0.091:devel/p5-Getopt-Long-Descriptive
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= modbuild
NO_ARCH= YES
.include <bsd.port.mk>