14 lines
257 B
Makefile
14 lines
257 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/03/20 19:56:36 naddy Exp $
|
|
|
|
COMMENT = fully-featured shell-like command line environment
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Term-ShellUI-0.92
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|