15 lines
284 B
Makefile
15 lines
284 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/10/11 23:49:17 naddy Exp $
|
|
# Original from: Neil Watkiss <nwatkiss@ttul.org>
|
|
|
|
COMMENT= simple command-line shell framework
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-Shell-0.02
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|