e52d0fedd1
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>
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# 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>
|