mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
This module is yet another class builder. This one adds parameter checking in
new constructor, that is to check for attributes existence, and definedness. Authors: GomoR <netpkt@gomor.org> WWW: http://search.cpan.org/dist/Class-Gomor/ PR: ports/97424 Submitted by: Christopher Boumenot <boumenot@gmail.com>
This commit is contained in:
parent
a3c9a663c2
commit
dba1679da6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162732
@ -783,6 +783,7 @@
|
||||
SUBDIR += p5-Class-Factory-Util
|
||||
SUBDIR += p5-Class-Fields
|
||||
SUBDIR += p5-Class-Generate
|
||||
SUBDIR += p5-Class-Gomor
|
||||
SUBDIR += p5-Class-Gomor-Hash
|
||||
SUBDIR += p5-Class-Handle
|
||||
SUBDIR += p5-Class-Hook
|
||||
|
30
devel/p5-Class-Gomor/Makefile
Normal file
30
devel/p5-Class-Gomor/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: Class-Gomor
|
||||
# Date created: 17 May 2006
|
||||
# Whom: Christopher Boumenot <boumenot@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Gomor
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= boumenot@gmail.com
|
||||
COMMENT= Class and object builder
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Class::Gomor.3 \
|
||||
Class::Gomor::Hash.3 \
|
||||
Class::Gomor::Array.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>
|
3
devel/p5-Class-Gomor/distinfo
Normal file
3
devel/p5-Class-Gomor/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-Gomor-1.00.tar.gz) = 740731c9affd21fe4b6d623254e64f9f
|
||||
SHA256 (Class-Gomor-1.00.tar.gz) = 56468589b48d22372ff4171533bb4f6c9e2b54454506aea66a3d3ed5eafbcffb
|
||||
SIZE (Class-Gomor-1.00.tar.gz) = 8159
|
5
devel/p5-Class-Gomor/pkg-descr
Normal file
5
devel/p5-Class-Gomor/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module is yet another class builder. This one adds parameter checking in
|
||||
new constructor, that is to check for attributes existence, and definedness.
|
||||
|
||||
Authors: GomoR <netpkt@gomor.org>
|
||||
WWW: http://search.cpan.org/dist/Class-Gomor/
|
8
devel/p5-Class-Gomor/pkg-plist
Normal file
8
devel/p5-Class-Gomor/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/Class/Gomor.pm
|
||||
%%SITE_PERL%%/Class/Gomor/Array.pm
|
||||
%%SITE_PERL%%/Class/Gomor/Hash.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
||||
@dirrm %%SITE_PERL%%/Class/Gomor
|
||||
@dirrmtry %%SITE_PERL%%/Class
|
Loading…
Reference in New Issue
Block a user