diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 08:07:05 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 08:07:05 +0000 |
commit | 33666f25007a305b4cf23c0e19c48e2c5ba9f7ba (patch) | |
tree | 17afaf45e942f4b4842932acc3f2a31e70beec14 /devel | |
parent | add texi2db 0.4.2 (diff) |
Add p5-Class-ISA 0.32, report the search path for a class's ISA tree.
PR: 32963
Submitted by: Sergey Skvortsov <skv@FreeBSD.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Class-ISA/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Class-ISA/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Class-ISA/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Class-ISA/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-Class-ISA/pkg-plist | 5 |
6 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 144a84424985..28351b8df3f4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -370,6 +370,7 @@ SUBDIR += p5-Class-Date SUBDIR += p5-Class-Delegation SUBDIR += p5-Class-Fields + SUBDIR += p5-Class-ISA SUBDIR += p5-Class-Loader SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-ObjectTemplate diff --git a/devel/p5-Class-ISA/Makefile b/devel/p5-Class-ISA/Makefile new file mode 100644 index 000000000000..19ed4f55e237 --- /dev/null +++ b/devel/p5-Class-ISA/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Class-ISA +# Date created: 17 Dec 2001 +# Whom: Sergey Skvortsov <skv@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Class-ISA +PORTVERSION= 0.32 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Class +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Class::ISA.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Class-ISA/distinfo b/devel/p5-Class-ISA/distinfo new file mode 100644 index 000000000000..5dafeeb7525e --- /dev/null +++ b/devel/p5-Class-ISA/distinfo @@ -0,0 +1 @@ +MD5 (Class-ISA-0.32.tar.gz) = af2282c351ffb845001cb97ed8ea31fd diff --git a/devel/p5-Class-ISA/pkg-comment b/devel/p5-Class-ISA/pkg-comment new file mode 100644 index 000000000000..9edad3384ea0 --- /dev/null +++ b/devel/p5-Class-ISA/pkg-comment @@ -0,0 +1 @@ +Report the search path for a class's ISA tree diff --git a/devel/p5-Class-ISA/pkg-descr b/devel/p5-Class-ISA/pkg-descr new file mode 100644 index 000000000000..5d9d9eaf3637 --- /dev/null +++ b/devel/p5-Class-ISA/pkg-descr @@ -0,0 +1,8 @@ +This library, Class::ISA, provides functions that return the list (in +order) of names of classes Perl would search to find a method, with no +duplicates. + +WWW: http://search.cpan.org/search?dist=Class-ISA + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/devel/p5-Class-ISA/pkg-plist b/devel/p5-Class-ISA/pkg-plist new file mode 100644 index 000000000000..bd78ebcc6527 --- /dev/null +++ b/devel/p5-Class-ISA/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/ISA/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Class/ISA.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/ISA +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true |