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

Class::OOorNO

Class::OOorNO helps your module handle the input for its subroutines
whether called in object-oriented style (as object methods or class
methods with the arrow syntax ->), or in functional programming style
(as subroutines imported to the caller's namespace via Exporter).

WWW: http://www.cpan.org/

PR:		ports/112128
Submitted by:	Jeff Hung <jeffhung@mail2000.com.tw>
This commit is contained in:
Martin Wilke 2007-04-26 19:58:47 +00:00
parent 4b727c597f
commit e52d0fedd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190947
5 changed files with 41 additions and 0 deletions

View File

@ -924,6 +924,7 @@
SUBDIR += p5-Class-Multimethods
SUBDIR += p5-Class-Multimethods-Pure
SUBDIR += p5-Class-NamedParms
SUBDIR += p5-Class-OOorNO
SUBDIR += p5-Class-ObjectTemplate
SUBDIR += p5-Class-ObjectTemplate-DB
SUBDIR += p5-Class-Observable

View File

@ -0,0 +1,23 @@
# New ports collection Makefile for: p5-Class-OOorNO
# Date created: 25th April 2007
# Whom: jeffhung
#
# $FreeBSD$
#
PORTNAME= Class-OOorNO
PORTVERSION= 0.011
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jeffhung@mail2000.com.tw
COMMENT= Perl5 module that give your module classic AND OO interfaces.
PERL_CONFIGURE= YES
MAN3= Class::OOorNO.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-OOorNO-0.011.tar.gz) = 1fddbef2595f4b833646fe92ea0db45b
SHA256 (Class-OOorNO-0.011.tar.gz) = eafa736cf6a678035556a82a26fae4dc469cdca5be30333f903c9dce09839a19
SIZE (Class-OOorNO-0.011.tar.gz) = 7840

View File

@ -0,0 +1,8 @@
Class::OOorNO
Class::OOorNO helps your module handle the input for its subroutines
whether called in object-oriented style (as object methods or class
methods with the arrow syntax ->), or in functional programming style
(as subroutines imported to the caller's namespace via Exporter).
WWW: http://www.cpan.org/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Class/OOorNO.pm
%%SITE_PERL%%/Class/OOorNO.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/OOorNO/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/OOorNO
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
@dirrmtry %%SITE_PERL%%/Class