pkgsrc changes:
- Updating package for p5 module IO::CaptureOutput from 0.11 to 0.11.01 - Setting license to gnu-gpl-v2 Upstream changes: 1.1101 Tue Mar 3 23:30:45 EST 2009 - Fixed Makefile.PL; no functional changes
This commit is contained in:
parent
b9953f4bec
commit
c1e64ea05c
2 changed files with 8 additions and 7 deletions
|
@ -1,13 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2009/02/25 22:29:26 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/05/21 15:38:30 sno Exp $
|
||||
|
||||
DISTNAME= IO-CaptureOutput-1.11
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
DISTNAME= IO-CaptureOutput-1.1101
|
||||
PKGNAME= p5-${DISTNAME:S/1101/11.01/}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/IO-CaptureOutput/
|
||||
COMMENT= Perl module capture STDOUT and STDERR from Perl code, subprocesses or XS
|
||||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2009/02/25 22:29:26 sno Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/05/21 15:38:30 sno Exp $
|
||||
|
||||
SHA1 (IO-CaptureOutput-1.11.tar.gz) = 0615427a1b5cc9b35d007936d0beacac72397832
|
||||
RMD160 (IO-CaptureOutput-1.11.tar.gz) = 8fe6f01e8e11064f8dfad39cc34ecc182da795de
|
||||
Size (IO-CaptureOutput-1.11.tar.gz) = 22073 bytes
|
||||
SHA1 (IO-CaptureOutput-1.1101.tar.gz) = 1df59f517cad4987f7d3dd865be1ab3e01adb5c5
|
||||
RMD160 (IO-CaptureOutput-1.1101.tar.gz) = c128b2d3b33a7d3b0731112630a258ee2dc0206d
|
||||
Size (IO-CaptureOutput-1.1101.tar.gz) = 22116 bytes
|
||||
|
|
Loading…
Reference in a new issue