1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Add p5-Class-NamedParms 1.04, a lightweight named parameter handling system.

Class::NamedParms is a perl module which provides standard get/set/clear
accessors for a class via named parameter with forced lexical checking
of named parameters for validity and initialization validation. Lightweight
and simple to use. Designed as a base class for inheritance by other modules.

PR:		58452
Submitted by:	clsung@dragon2.net
This commit is contained in:
Foxfair Hu 2003-10-24 04:16:25 +00:00
parent 8b410af392
commit 2c52b9e94f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92017
5 changed files with 39 additions and 0 deletions

View File

@ -535,6 +535,7 @@
SUBDIR += p5-Class-Loader
SUBDIR += p5-Class-MakeMethods
SUBDIR += p5-Class-MethodMaker
SUBDIR += p5-Class-NamedParms
SUBDIR += p5-Class-ObjectTemplate
SUBDIR += p5-Class-ObjectTemplate-DB
SUBDIR += p5-Class-ReturnValue

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: devel/p5-Class-NamedParms
# Date created: Oct 23 2003
# Whom: clsung@dragon2.net
#
# $FreeBSD$
#
PORTNAME= Class-NamedParms
PORTVERSION= 1.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= A lightweight named parameter handling system
PERL_CONFIGURE= yes
MAN3= Class::NamedParms.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Class-NamedParms-1.04.tar.gz) = 6f02c749daa79bf5d2f8d9291f0d4816

View File

@ -0,0 +1,10 @@
Class::NamedParms
Provides standard get/set/clear accessors for a class via named
parameter with forced lexical checking of named parameters
for validity and initialization validation. Lightweight and simple
to use. Designed as a base class for inheritance by other modules.
WWW: http://search.cpan.org/~snowhare/Class-NamedParms-1.04/
Author: Benjamin Franz

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Class/NamedParms.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/NamedParms/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/NamedParms
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/NamedParms 2>/dev/null || true