20 lines
396 B
Makefile
20 lines
396 B
Makefile
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>
|