1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add p5-OOTools 1.75, a Perl module collection to easily create

constructors methods.

PR:		ports/59436
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
Vanilla I. Shu 2004-07-22 14:27:46 +00:00
parent d602d43d81
commit b109c6a5bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114434
5 changed files with 56 additions and 0 deletions

View File

@ -853,6 +853,7 @@
SUBDIR += p5-NEXT
SUBDIR += p5-Net-LibIDN
SUBDIR += p5-OLE-Storage_Lite
SUBDIR += p5-OOTools
SUBDIR += p5-ORBit
SUBDIR += p5-Object-MultiType
SUBDIR += p5-Object-Realize-Later

32
devel/p5-OOTools/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: OOTools
# Date created: July 22 2004
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= OOTools
PORTVERSION= 1.75
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DO/DOMIZIO
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= A Perl module collection to easily create constructors methods
PERL_CONFIGURE= YES
MAN3= Class::constr.3 \
Class::groups.3 \
Class::props.3 \
Object::groups.3 \
Object::props.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (OOTools-1.75.tar.gz) = bc8bf4a42e6bd8d78ee71e759955cf96
SIZE (OOTools-1.75.tar.gz) = 12540

View File

@ -0,0 +1,12 @@
OOTools is a collection of pragmas to easily create constructors methods and
lvalue accessor methods at compile time. OOTools distribution includes:
Class::constr Pragma to implement constructor methods
Class::props Pragma to implement lvalue accessors with options
Class::group Pragma to implement group of properties accessors with options
Object::props Pragma to implement lvalue accessors with options
Object::group Pragma to implement group of properties accessors with options
WWW: http://search.cpan.org/~domizio/OOTools/
Author: Domizio Demichelis <dd@4pro.net>

View File

@ -0,0 +1,9 @@
%%SITE_PERL%%/Class/props.pm
%%SITE_PERL%%/Class/constr.pm
%%SITE_PERL%%/Class/groups.pm
%%SITE_PERL%%/Object/groups.pm
%%SITE_PERL%%/Object/props.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/OOTools/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OOTools
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Object 2>/dev/null || true