summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Run
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-04-17 10:11:03 +0000
committeradam <adam@pkgsrc.org>2011-04-17 10:11:03 +0000
commit0455a01e09f4ad742ea1314234138adb4c9e81f7 (patch)
tree9690d04e1f55b5b57489e63e21c6d7976f108c4b /devel/p5-IPC-Run
parent407ae261fd80a6dc9f69c0fa3d8c4b751f338b85 (diff)
downloadpkgsrc-0455a01e09f4ad742ea1314234138adb4c9e81f7.tar.gz
Fixed typo in LICENSE
Diffstat (limited to 'devel/p5-IPC-Run')
-rw-r--r--devel/p5-IPC-Run/Makefile4
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?