openbsd-ports/devel/p5-Term-Shell/Makefile
sturm 511c2cc45d Initial import of Term-Shell 0.01
Term::Shell makes it joyfully easy to write command-line interfaces in
Perl. All the boring details like command-line parsing and terminal
handling are done for you.

from Alexander von Gernler <grunk at pestilenz.org>
2005-05-24 21:45:55 +00:00

25 lines
515 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/05/24 21:45:55 sturm Exp $
# Original from: Neil Watkiss <nwatkiss@ttul.org>
COMMENT= "simple command-line shell framework"
DISTNAME= Term-Shell-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Alexander von Gernler <grunk@pestilenz.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PKG_ARCH= *
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
CONFIGURE_STYLE=perl
.include <bsd.port.mk>