pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/psh: Add license, remove redundant definition.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Sat Dec 28 18:33:49 2019 +0000
Changeset:	ee3d23a89da4041e00c3411ce7d0c620ec5d88fd

Modified Files:
	psh/Makefile

Log Message:
wip/psh: Add license, remove redundant definition.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ee3d23a89da4041e00c3411ce7d0c620ec5d88fd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 psh/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/psh/Makefile b/psh/Makefile
index 5e06aa7736..f72eaacaa7 100644
--- a/psh/Makefile
+++ b/psh/Makefile
@@ -11,13 +11,13 @@ DIST_SUBDIR=	psh
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://gnp.github.io/psh/
 COMMENT=	Perl Shell
+LICENSE=	${PERL5_LICENSE}
 
 PKG_SHELL=	${PREFIX}/bin/psh
 
 DEPENDS+=	p5-BSD-Resource>=1.24:../../devel/p5-BSD-Resource
 DEPENDS+=	p5-Term-ReadLine>=1.16:../../devel/p5-Term-ReadLine
 
-PERL5_MODULE_TYPE=	MakeMaker
 PERL5_PACKLIST=		auto/psh/.packlist
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index