diff options
author | erwin <erwin@FreeBSD.org> | 2006-05-19 03:59:17 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-05-19 03:59:17 +0800 |
commit | 80c31993843552dd0aa591876c79153c6b18b3cd (patch) | |
tree | 97e09627ca6ef05a8ddfd6ead64dfd802ab83963 /devel/p5-Class-Gomor | |
parent | 936667f441df904f62232c8d34489eaa2bdbc126 (diff) | |
download | freebsd-ports-gnome-80c31993843552dd0aa591876c79153c6b18b3cd.tar.gz freebsd-ports-gnome-80c31993843552dd0aa591876c79153c6b18b3cd.tar.zst freebsd-ports-gnome-80c31993843552dd0aa591876c79153c6b18b3cd.zip |
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>
Diffstat (limited to 'devel/p5-Class-Gomor')
-rw-r--r-- | devel/p5-Class-Gomor/Makefile | 30 | ||||
-rw-r--r-- | devel/p5-Class-Gomor/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Class-Gomor/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Class-Gomor/pkg-plist | 8 |
4 files changed, 46 insertions, 0 deletions
diff --git a/devel/p5-Class-Gomor/Makefile b/devel/p5-Class-Gomor/Makefile new file mode 100644 index 000000000000..5aa7eff8120f --- /dev/null +++ b/devel/p5-Class-Gomor/Makefile @@ -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> diff --git a/devel/p5-Class-Gomor/distinfo b/devel/p5-Class-Gomor/distinfo new file mode 100644 index 000000000000..9afa25f6caaf --- /dev/null +++ b/devel/p5-Class-Gomor/distinfo @@ -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 diff --git a/devel/p5-Class-Gomor/pkg-descr b/devel/p5-Class-Gomor/pkg-descr new file mode 100644 index 000000000000..165a113cdaa7 --- /dev/null +++ b/devel/p5-Class-Gomor/pkg-descr @@ -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/ diff --git a/devel/p5-Class-Gomor/pkg-plist b/devel/p5-Class-Gomor/pkg-plist new file mode 100644 index 000000000000..790d1a03ec36 --- /dev/null +++ b/devel/p5-Class-Gomor/pkg-plist @@ -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 |