26 lines
549 B
Makefile
26 lines
549 B
Makefile
COMMENT = write command line apps with less suffering
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = App-Cmd-0.334
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = sysutils/p5-Capture-Tiny>=0.13 \
|
|
devel/p5-Class-Load \
|
|
devel/p5-Data-OptList \
|
|
devel/p5-Getopt-Long-Descriptive>=0.084 \
|
|
devel/p5-IO-TieCombine \
|
|
devel/p5-Module-Pluggable \
|
|
textproc/p5-String-RewritePrefix \
|
|
devel/p5-Sub-Exporter \
|
|
devel/p5-Sub-Install
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Fatal
|
|
|
|
.include <bsd.port.mk>
|