d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
22 lines
620 B
Makefile
22 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.23 2013/05/31 12:41:59 wiz Exp $
|
|
|
|
DISTNAME= psh-1.8
|
|
PKGNAME= perlsh-1.8
|
|
PKGREVISION= 9
|
|
CATEGORIES= shells perl5
|
|
MASTER_SITES= http://www.focusresearch.com/gregor/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.focusresearch.com/gregor/sw/psh/
|
|
COMMENT= The Perl Shell
|
|
|
|
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
|
|
DEPENDS+= p5-Term-ReadLine>=1.12:../../devel/p5-Term-ReadLine
|
|
DEPENDS+= p5-BSD-Resource>=1.15:../../devel/p5-BSD-Resource
|
|
|
|
PKG_SHELL= bin/psh
|
|
|
|
PERL5_PACKLIST= auto/psh/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|