18 lines
297 B
Makefile
18 lines
297 B
Makefile
|
# Original from: Neil Watkiss <nwatkiss@ttul.org>
|
||
|
|
||
|
COMMENT = simple command-line shell framework
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Term-Shell-0.13
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
CONFIGURE_STYLE = modbuild
|
||
|
|
||
|
RUN_DEPENDS = textproc/p5-Text-Autoformat
|
||
|
|
||
|
.include <bsd.port.mk>
|