Import p5-Check-ISA-0.04 as devel/p5-Check-ISA.
This module provides several functions to assist in testing whether a value is an object, and if so asking about its class.
This commit is contained in:
parent
a0590cb592
commit
c1a4b78a0e
3 changed files with 30 additions and 0 deletions
2
devel/p5-Check-ISA/DESCR
Normal file
2
devel/p5-Check-ISA/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module provides several functions to assist in testing whether a value is
|
||||
an object, and if so asking about its class.
|
23
devel/p5-Check-ISA/Makefile
Normal file
23
devel/p5-Check-ISA/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/02/25 05:15:27 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Check-ISA-0.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NU/NUFFIN/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Check-ISA/
|
||||
COMMENT= DWIM, correct checking of an object's class
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
||||
DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
|
||||
|
||||
PERL5_PACKLIST= auto/Check/ISA/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Check-ISA/distinfo
Normal file
5
devel/p5-Check-ISA/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/02/25 05:15:27 obache Exp $
|
||||
|
||||
SHA1 (Check-ISA-0.04.tar.gz) = 0366dd7f74c3c980fc7b33f7027a24d43852194e
|
||||
RMD160 (Check-ISA-0.04.tar.gz) = 622c5daf2c3bc3ec78d708e1b91e9ccb91054c30
|
||||
Size (Check-ISA-0.04.tar.gz) = 5552 bytes
|
Loading…
Reference in a new issue