0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
20 lines
532 B
Makefile
20 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:47 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Term-Shell-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEILW/}
|
|
|
|
MAINTAINER= imil@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~neilw/${DISTNAME}/
|
|
COMMENT= Write command-line shells in Perl
|
|
|
|
DEPENDS+= p5-Term-ReadKey>=2.30:../../devel/p5-Term-ReadKey
|
|
|
|
PERL5_PACKLIST= auto/Term/Shell/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|