aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-ISA
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-05-27 08:07:05 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-05-27 08:07:05 +0000
commit33666f25007a305b4cf23c0e19c48e2c5ba9f7ba (patch)
tree17afaf45e942f4b4842932acc3f2a31e70beec14 /devel/p5-Class-ISA
parent9bc53f7379ee0392afa1045828ed3968c3037b0f (diff)
downloadports-33666f25007a305b4cf23c0e19c48e2c5ba9f7ba.tar.gz
ports-33666f25007a305b4cf23c0e19c48e2c5ba9f7ba.zip
Notes
Diffstat (limited to 'devel/p5-Class-ISA')
-rw-r--r--devel/p5-Class-ISA/Makefile22
-rw-r--r--devel/p5-Class-ISA/distinfo1
-rw-r--r--devel/p5-Class-ISA/pkg-comment1
-rw-r--r--devel/p5-Class-ISA/pkg-descr8
-rw-r--r--devel/p5-Class-ISA/pkg-plist5
5 files changed, 37 insertions, 0 deletions
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