[Midnightbsd-cvs] mports: devel/p5-Class-Inspector: Added Class::Inspector

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Sep 1 13:04:03 EDT 2007


Log Message:
-----------
Added Class::Inspector

Added Files:
-----------
    mports/devel/p5-Class-Inspector:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ devel/p5-Class-Inspector/pkg-descr
@@ -0,0 +1,8 @@
+Class::Inspector allows you to get information about a loaded class.
+Most or all of this information can be found in other ways, but they
+arn't always very friendly, and usually involve a relatively high level
+of Perl wizardry, or strange or unusual looking code.  Class::Inspector
+attempts to provide an easier, more friendly interface to this
+information.
+
+WWW: http://search.cpan.org/dist/Class-Inspector/
--- /dev/null
+++ devel/p5-Class-Inspector/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Inspector/.packlist
+%%SITE_PERL%%/Class/Inspector.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Inspector
+ at dirrmtry %%SITE_PERL%%/Class
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
--- /dev/null
+++ devel/p5-Class-Inspector/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for:	Class-Inspector
+# Date created:	   10 December 2002
+# Whom:		   Sergey Skvortsov <skv at protey.ru>
+#
+# $FreeBSD: ports/devel/p5-Class-Inspector/Makefile,v 1.13 2006/05/24 07:03:23 skv Exp $
+# $MidnightBSD: mports/devel/p5-Class-Inspector/Makefile,v 1.1 2007/09/01 17:04:03 ctriv Exp $
+#
+
+PORTNAME=	Class-Inspector
+PORTVERSION=	1.16
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Class
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ctriv at MidnightBSD.org
+COMMENT=	Provides information about classes
+LICENSE=	perl
+
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
+		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Class::Inspector.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Class-Inspector/distinfo
@@ -0,0 +1,3 @@
+MD5 (Class-Inspector-1.16.tar.gz) = 46eeeeb5a5df0da03f4e53229f7ed360
+SHA256 (Class-Inspector-1.16.tar.gz) = ca545da5aac915327a4127e5a14379b62dafe624b99f57515936d74b87860101
+SIZE (Class-Inspector-1.16.tar.gz) = 28666


More information about the Midnightbsd-cvs mailing list