ports/devel/p5-CLI-Framework/Makefile

21 lines
396 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = framework for building flexible cli applications
DISTNAME = CLI-Framework-0.05
REVISION = 0
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Exception-Class \
devel/p5-Exception-Class-TryCatch \
devel/p5-Getopt-Long-Descriptive \
devel/p5-Class-Inspector
TEST_DEPENDS = databases/p5-DBD-SQLite
PKG_ARCH = *
.include <bsd.port.mk>