- updated package to 0.16
- USER_DESTDIR support added - new maintainer for the package - ok'ed by rillig Changelog: 0.16 Thu Dec 6 11:15:39 GMT 2007 - Make sure there are no ._ files in the tarball - Refuse to run Makefile.PL with Perl < 5.006
This commit is contained in:
parent
9d50a9054c
commit
28944f24a3
2 changed files with 9 additions and 7 deletions
|
@ -1,14 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.12 2007/05/17 20:28:38 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2007/12/11 12:05:54 rhaen Exp $
|
||||
|
||||
DISTNAME= Want-0.14
|
||||
DISTNAME= Want-0.16
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/ROBIN/} # this is a hack
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
MAINTAINER= rhaen@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Want/
|
||||
COMMENT= Perl module providing a generalisation of wantarray
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/Want/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2007/05/17 20:28:39 seb Exp $
|
||||
$NetBSD: distinfo,v 1.8 2007/12/11 12:05:54 rhaen Exp $
|
||||
|
||||
SHA1 (Want-0.14.tar.gz) = 26479f2c2b293f515417a38d9ce9a9aaea373894
|
||||
RMD160 (Want-0.14.tar.gz) = d80369d64e2d2a262ed861e583d0ba4eb8e44414
|
||||
Size (Want-0.14.tar.gz) = 17815 bytes
|
||||
SHA1 (Want-0.16.tar.gz) = 12ac78a9a3299108712dd970e5a08dceb0f7c68f
|
||||
RMD160 (Want-0.16.tar.gz) = ec98c59e65732b3dc82cf024dafd4a4fe88e64b7
|
||||
Size (Want-0.16.tar.gz) = 17660 bytes
|
||||
|
|
Loading…
Reference in a new issue