20 lines
370 B
Makefile

# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:11 sthen Exp $
# Original from: Neil Watkiss <nwatkiss@ttul.org>
COMMENT = simple command-line shell framework
MODULES = cpan
PKG_ARCH = *
DISTNAME = Term-Shell-0.11
CATEGORIES = devel
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = modbuild
RUN_DEPENDS = textproc/p5-Text-Autoformat
.include <bsd.port.mk>