diff --git a/devel/Makefile b/devel/Makefile index 713b36ed9ec3..3c96a3eca49b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -977,6 +977,7 @@ SUBDIR += p5-Carp-Clan SUBDIR += p5-Carp-Datum SUBDIR += p5-Cdk + SUBDIR += p5-Check-ISA SUBDIR += p5-Chooser SUBDIR += p5-Class-Accessor SUBDIR += p5-Class-Accessor-Chained diff --git a/devel/p5-Check-ISA/Makefile b/devel/p5-Check-ISA/Makefile new file mode 100644 index 000000000000..07d8dd421c51 --- /dev/null +++ b/devel/p5-Check-ISA/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: devel/p5-Check-ISA +# Date created: 2008/09/06 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Check-ISA +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/N/NU/NUFFIN +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= DWIM, correct checking of an object's class + +RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Check::ISA.3 + +.include diff --git a/devel/p5-Check-ISA/distinfo b/devel/p5-Check-ISA/distinfo new file mode 100644 index 000000000000..6eced85e8016 --- /dev/null +++ b/devel/p5-Check-ISA/distinfo @@ -0,0 +1,3 @@ +MD5 (Check-ISA-0.04.tar.gz) = 7d118aadd4069b4287f309482776a2bd +SHA256 (Check-ISA-0.04.tar.gz) = 48e9bdad799dfcbcd8b081a1f6c165d7fe5236f63290506cad44b27b74db2312 +SIZE (Check-ISA-0.04.tar.gz) = 5552 diff --git a/devel/p5-Check-ISA/pkg-descr b/devel/p5-Check-ISA/pkg-descr new file mode 100644 index 000000000000..45835d1ebcd9 --- /dev/null +++ b/devel/p5-Check-ISA/pkg-descr @@ -0,0 +1,4 @@ +This module provides several functions to assist in testing whether a value +is an object, and if so asking about its class. + +WWW: http://search.cpan.org/dist/Check-ISA/ diff --git a/devel/p5-Check-ISA/pkg-plist b/devel/p5-Check-ISA/pkg-plist new file mode 100644 index 000000000000..2f068e2ad41f --- /dev/null +++ b/devel/p5-Check-ISA/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Check/ISA/.packlist +%%SITE_PERL%%/Check/ISA.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Check/ISA +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Check +@dirrmtry %%SITE_PERL%%/Check