1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

add p5-Class-Data-inheritable

Inheritable, overridable class data

PR:		32934
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Ying-Chieh Liao 2001-12-17 19:59:29 +00:00
parent 113ae8c947
commit 531c7bbbc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51693
6 changed files with 44 additions and 0 deletions

View File

@ -322,6 +322,7 @@
SUBDIR += p5-Cdk
SUBDIR += p5-Class-Accessor
SUBDIR += p5-Class-Contract
SUBDIR += p5-Class-Data-Inheritable
SUBDIR += p5-Class-Date
SUBDIR += p5-Class-Delegation
SUBDIR += p5-Class-Loader

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: Class-Data-Inheritable
# Date created: 17 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Class-Data-Inheritable
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/base.pm:${PORTSDIR}/devel/p5-Class-Fields
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Class::Data::Inheritable.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Class-Data-Inheritable-0.02.tar.gz) = d3a9fff92ede1085643341179fd9263b

View File

@ -0,0 +1 @@
Inheritable, overridable class data

View File

@ -0,0 +1,9 @@
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/search?dist=Class-Data-Inheritable
-- Sergey Skvortsov
skv@protey.ru

View File

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Data/Inheritable/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Class/Data/Inheritable.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Data/Inheritable
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/Data 2>/dev/null || true
@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/Data 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true