Add port devel/p5-Class-Field:

Class::Field exports two subroutines, field and const. These
functions are used to declare fields and constants in your class.

Class::Field generates custom code for each accessor that is
optimized for speed.

WWW: http://search.cpan.org/dist/Class-Field/
This commit is contained in:
Andrew Pantyukhin 2006-08-01 14:15:51 +00:00
parent b790572c0f
commit e53e2714fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169349
5 changed files with 37 additions and 0 deletions

View File

@ -810,6 +810,7 @@
SUBDIR += p5-Class-ErrorHandler
SUBDIR += p5-Class-Factory
SUBDIR += p5-Class-Factory-Util
SUBDIR += p5-Class-Field
SUBDIR += p5-Class-Fields
SUBDIR += p5-Class-Generate
SUBDIR += p5-Class-Gomor

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: p5-Class-Field
# Date created: 1 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Class-Field
DISTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Class Field Accessor Generator
PERL_CONFIGURE= YES
MAN3= Class::Field.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-Field-0.12.tar.gz) = dccfb1717e52e61efb0cb1c7ff077da1
SHA256 (Class-Field-0.12.tar.gz) = 223d81cf5ebbcecc72f2ff2d05dedf6c09902393a958e4e9397fc37a78babee2
SIZE (Class-Field-0.12.tar.gz) = 32143

View File

@ -0,0 +1,7 @@
Class::Field exports two subroutines, field and const. These
functions are used to declare fields and constants in your class.
Class::Field generates custom code for each accessor that is
optimized for speed.
WWW: http://search.cpan.org/dist/Class-Field/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Field/.packlist
%%SITE_PERL%%/Class/Field.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Field
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
@dirrmtry %%SITE_PERL%%/Class