diff options
author | adam <adam@pkgsrc.org> | 2011-04-17 10:11:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-04-17 10:11:03 +0000 |
commit | 0d24d3a46707b40c5b8a9a8fefa7eecebf4fc574 (patch) | |
tree | 9690d04e1f55b5b57489e63e21c6d7976f108c4b /devel/p5-IPC-Run | |
parent | 9abdaad779a43546f8cba61ae87daf3103e45214 (diff) | |
download | pkgsrc-0d24d3a46707b40c5b8a9a8fefa7eecebf4fc574.tar.gz |
Fixed typo in LICENSE
Diffstat (limited to 'devel/p5-IPC-Run')
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index 15ae53eb285..302001b95da 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/08/21 16:33:55 seb Exp $ +# $NetBSD: Makefile,v 1.19 2011/04/17 10:11:03 adam Exp $ DISTNAME= IPC-Run-0.89 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/IPC-Run/ COMMENT= Perl module for interacting with child processes -LICENSE= gnu-glp-v2 OR artistic +LICENSE= gnu-gpl-v2 OR artistic # XXX Win32 will need Win32::Process while all others IO::Pty # How about Interix? |