5f2834f0a5
creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best Practices" (O'Reilly, 2005) for details. WWW: http://search.cpan.org/dist/Class-Std-Utils/ PR: ports/151489 Submitted by: Gea-Suan Lin <gslin at gslin.org>
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# New ports collection makefile for: p5-Class-Std-Utils
|
|
# Date created: 2010-10-15
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Std-Utils
|
|
DISTVERSION= v0.0.3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Class
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Utility subroutines for building "inside-out" objects
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Std::Utils.3
|
|
|
|
.include <bsd.port.mk>
|