freebsd-ports/devel/p5-MooX-Cmd/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

29 lines
794 B
Makefile

# Created by: Muhammad Moinur Rahman<5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= MooX-Cmd
PORTVERSION= 0.015
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Giving an easy Moo style way to make command organized CLI apps
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-IO-TieCombine>=0:devel/p5-IO-TieCombine \
p5-Module-Pluggable>=4.8:devel/p5-Module-Pluggable \
p5-Moo>=0.009013:devel/p5-Moo \
p5-Package-Stash>=0.33:devel/p5-Package-Stash \
p5-Regexp-Common>=2011121001:textproc/p5-Regexp-Common \
p5-Test-LoadAllModules>=0.021:devel/p5-Test-LoadAllModules
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-IO-TieCombine>=0:devel/p5-IO-TieCombine
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>