diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-11-06 05:17:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-11-06 05:17:31 +0800 |
commit | dc27ab416c88d6f6858a45be7c833bb54311e32e (patch) | |
tree | 18b306f67b35d1e2152d9e4197d159d833db596a | |
parent | 49a211c1c7eb8c2af14ecfd88519228695340814 (diff) | |
download | freebsd-ports-gnome-dc27ab416c88d6f6858a45be7c833bb54311e32e.tar.gz freebsd-ports-gnome-dc27ab416c88d6f6858a45be7c833bb54311e32e.tar.zst freebsd-ports-gnome-dc27ab416c88d6f6858a45be7c833bb54311e32e.zip |
Add p5-Class-Fields 0.204
A collection of utility functions/methods for examining the data members of
a class. It provides a nice, high-level interface that should stand the test
of time and Perl upgrades nicely.
WWW: http://search.cpan.org/dist/Class-Fields/
- While I'm here, sort PLIST
PR: 223293
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Class-Fields/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Class-Fields/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Class-Fields/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Class-Fields/pkg-plist | 14 |
5 files changed, 46 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8e0ab5e34bd9..4819e605bc09 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2064,6 +2064,7 @@ SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Field + SUBDIR += p5-Class-Fields SUBDIR += p5-Class-Forward SUBDIR += p5-Class-Generate SUBDIR += p5-Class-Gomor diff --git a/devel/p5-Class-Fields/Makefile b/devel/p5-Class-Fields/Makefile new file mode 100644 index 000000000000..ee70eded1acc --- /dev/null +++ b/devel/p5-Class-Fields/Makefile @@ -0,0 +1,23 @@ +# Created by: Sergei Vyshenski +# $FreeBSD$ + +PORTNAME= Class-Fields +PORTVERSION= 0.204 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= svysh.fbsd@gmail.com +COMMENT= Functions/methods for examining data members of a class + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/devel/p5-Class-Fields/distinfo b/devel/p5-Class-Fields/distinfo new file mode 100644 index 000000000000..d090008acc7a --- /dev/null +++ b/devel/p5-Class-Fields/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1509856356 +SHA256 (Class-Fields-0.204.tar.gz) = 9c5b22041a6fa8e1e9c904a677e4caa6c97e93b91f35111b2fff51d95741708d +SIZE (Class-Fields-0.204.tar.gz) = 15685 diff --git a/devel/p5-Class-Fields/pkg-descr b/devel/p5-Class-Fields/pkg-descr new file mode 100644 index 000000000000..211ffd017160 --- /dev/null +++ b/devel/p5-Class-Fields/pkg-descr @@ -0,0 +1,5 @@ +A collection of utility functions/methods for examining the data members of +a class. It provides a nice, high-level interface that should stand the test +of time and Perl upgrades nicely. + +WWW: http://search.cpan.org/dist/Class-Fields/ diff --git a/devel/p5-Class-Fields/pkg-plist b/devel/p5-Class-Fields/pkg-plist new file mode 100644 index 000000000000..6112d40a9700 --- /dev/null +++ b/devel/p5-Class-Fields/pkg-plist @@ -0,0 +1,14 @@ +%%SITE_PERL%%/Class/Fields.pm +%%SITE_PERL%%/Class/Fields/Attribs.pm +%%SITE_PERL%%/Class/Fields/Fuxor.pm +%%SITE_PERL%%/Class/Fields/Inherit.pm +%%SITE_PERL%%/private.pm +%%SITE_PERL%%/protected.pm +%%SITE_PERL%%/public.pm +%%PERL5_MAN3%%/Class::Fields.3.gz +%%PERL5_MAN3%%/Class::Fields::Attribs.3.gz +%%PERL5_MAN3%%/Class::Fields::Fuxor.3.gz +%%PERL5_MAN3%%/Class::Fields::Inherit.3.gz +%%PERL5_MAN3%%/private.3.gz +%%PERL5_MAN3%%/protected.3.gz +%%PERL5_MAN3%%/public.3.gz |