[Midnightbsd-cvs] mports: mports/devel: This is a missing depends that's killing make
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Oct 1 06:19:57 EDT 2007
Log Message:
-----------
This is a missing depends that's killing make index.
Modified Files:
--------------
mports/devel:
Makefile (r1.155 -> r1.156)
Added Files:
-----------
mports/devel/p5-Class-Data-Inheritable:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.155
retrieving revision 1.156
diff -Ldevel/Makefile -Ldevel/Makefile -u -r1.155 -r1.156
--- devel/Makefile
+++ devel/Makefile
@@ -108,6 +108,7 @@
SUBDIR += p5-Class-C3-Componentised
SUBDIR += p5-Class-C3-XS
SUBDIR += p5-Class-Container
+ SUBDIR += p5-Class-Data-Inheritable
SUBDIR += p5-Class-Inspector
SUBDIR += p5-Class-Trigger
SUBDIR += p5-Clone
--- /dev/null
+++ devel/p5-Class-Data-Inheritable/pkg-descr
@@ -0,0 +1,6 @@
+Class::Data::Inheritable is for creating accessor/mutators to class
+data. That is, if you want to store something about your class as a
+whole (instead of about a single object). This data is then inherited
+by your subclasses and can be overriden.
+
+WWW: http://search.cpan.org/dist/Class-Data-Inheritable/
--- /dev/null
+++ devel/p5-Class-Data-Inheritable/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Data/Inheritable/.packlist
+%%SITE_PERL%%/Class/Data/Inheritable.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Data/Inheritable
+ at dirrmtry %%SITE_PERL%%/Class/Data
+ at dirrmtry %%SITE_PERL%%/Class
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Data
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
--- /dev/null
+++ devel/p5-Class-Data-Inheritable/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: Class-Data-Inheritable
+# Date created: 17 Dec 2001
+# Whom: Sergey Skvortsov <skv at protey.ru>
+#
+# $MidnightBSD: mports/devel/p5-Class-Data-Inheritable/Makefile,v 1.1 2007/10/01 10:19:55 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Class-Data-Inheritable/Makefile,v 1.8 2006/10/02 17:51:05 skv Exp $
+#
+
+PORTNAME= Class-Data-Inheritable
+PORTVERSION= 0.06
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Class
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Inheritable, overridable class data
+
+PERL_CONFIGURE= yes
+
+MAN3= Class::Data::Inheritable.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Class-Data-Inheritable/distinfo
@@ -0,0 +1,3 @@
+MD5 (Class-Data-Inheritable-0.06.tar.gz) = 86d95ee16854a5503dc9f86a2f2ffa83
+SHA256 (Class-Data-Inheritable-0.06.tar.gz) = 8750d58745e57654820aa9359891cb0d875d804dbfcfa2e1bb95c56531e423d1
+SIZE (Class-Data-Inheritable-0.06.tar.gz) = 5623
More information about the Midnightbsd-cvs
mailing list