p5-UNIVERSAL-can-1.12
This module attempts to work around people calling UNIVERSAL::can() as a function, which it is not. WWW: http://search.cpan.org/dist/UNIVERSAL-can/
This commit is contained in:
parent
c4ceba3736
commit
d4d225c9e4
3 changed files with 30 additions and 0 deletions
4
devel/p5-UNIVERSAL-can/DESCR
Normal file
4
devel/p5-UNIVERSAL-can/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module attempts to work around people calling UNIVERSAL::can() as a
|
||||
function, which it is not.
|
||||
|
||||
WWW: http://search.cpan.org/dist/UNIVERSAL-can/
|
21
devel/p5-UNIVERSAL-can/Makefile
Normal file
21
devel/p5-UNIVERSAL-can/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 03:50:23 abs Exp $
|
||||
|
||||
DISTNAME= UNIVERSAL-can-1.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CH/CHROMATIC/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-can/
|
||||
COMMENT= Hack around people calling UNIVERSAL::can() as a function
|
||||
|
||||
DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=0.60:../../devel/p5-Test-Simple
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/UNIVERSAL/can/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-UNIVERSAL-can/distinfo
Normal file
5
devel/p5-UNIVERSAL-can/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/06/23 03:50:23 abs Exp $
|
||||
|
||||
SHA1 (UNIVERSAL-can-1.12.tar.gz) = bd59fca2f15a826423eb2acf3b04d30ec9fbc0ea
|
||||
RMD160 (UNIVERSAL-can-1.12.tar.gz) = b41cefef85157630a9dbbf7db63afd8802511dc7
|
||||
Size (UNIVERSAL-can-1.12.tar.gz) = 8230 bytes
|
Loading…
Reference in a new issue