15 lines
264 B
Makefile
15 lines
264 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:11 sthen Exp $
|
|
|
|
COMMENT = fully-featured shell-like command line environment
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Term-ShellUI-0.92
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|