mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add p5-Class-Gomor-Hash 0.20, yet another class builder. This one adds
parameter checking in new constructor, that is to check for attributes existence, and definedness. Since objects are built as hashes, this module is suffixed by Hash. PR: ports/76979 Submitted by: GomoR <netpkt@gomor.org>
This commit is contained in:
parent
c4acef6af1
commit
8cf9ed7a57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131340
@ -683,6 +683,7 @@
|
||||
SUBDIR += p5-Class-Factory-Util
|
||||
SUBDIR += p5-Class-Fields
|
||||
SUBDIR += p5-Class-Generate
|
||||
SUBDIR += p5-Class-Gomor-Hash
|
||||
SUBDIR += p5-Class-Handle
|
||||
SUBDIR += p5-Class-Hook
|
||||
SUBDIR += p5-Class-ISA
|
||||
|
29
devel/p5-Class-Gomor-Hash/Makefile
Normal file
29
devel/p5-Class-Gomor-Hash/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: Class-Gomor-Hash
|
||||
# Date created: 01 Feb 2005
|
||||
# Whom: GomoR <netpkt@gomor.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Gomor-Hash
|
||||
PORTVERSION= 0.20
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
http://www.gomor.org/netpkt/
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= netpkt@gomor.org
|
||||
COMMENT= Class and object builder, hash version
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Class::Gomor::Hash.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= "Needs perl 5.6.0 or higher, install lang/perl5.6 and try again"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
devel/p5-Class-Gomor-Hash/distinfo
Normal file
2
devel/p5-Class-Gomor-Hash/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Class-Gomor-Hash-0.20.tar.gz) = 35f199e6295ea016a9ed89708c5c120f
|
||||
SIZE (Class-Gomor-Hash-0.20.tar.gz) = 5380
|
8
devel/p5-Class-Gomor-Hash/pkg-descr
Normal file
8
devel/p5-Class-Gomor-Hash/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This module is yet another class builder. This one adds parameter checking in
|
||||
new constructor, that is to check for attributes existence, and definedness.
|
||||
Since objects are built as hashes, this module is suffixed by Hash.
|
||||
|
||||
WWW: http://search.cpan.org/~gomor/
|
||||
|
||||
- GomoR
|
||||
netpkt@gomor.org
|
7
devel/p5-Class-Gomor-Hash/pkg-plist
Normal file
7
devel/p5-Class-Gomor-Hash/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Class/Gomor/Hash.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor/Hash/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor/Hash
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/Class/Gomor
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user