2006-06-10 12:45:07 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Rose-Object
|
|
|
|
# Date created: 09 June 2006
|
|
|
|
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Rose-Object
|
2010-12-09 02:26:30 +01:00
|
|
|
PORTVERSION= 0.859
|
2006-06-10 12:45:07 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-10 12:45:07 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-02 01:04:47 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-06-10 12:45:07 +02:00
|
|
|
COMMENT= A simple object base class
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Rose::Class.3 \
|
|
|
|
Rose::Class::MakeMethods::Generic.3 \
|
|
|
|
Rose::Class::MakeMethods::Set.3 \
|
|
|
|
Rose::Object.3 \
|
|
|
|
Rose::Object::MakeMethods.3 \
|
|
|
|
Rose::Object::MakeMethods::DateTime.3 \
|
2007-05-27 13:31:14 +02:00
|
|
|
Rose::Object::MakeMethods::Generic.3 \
|
|
|
|
Rose::Object::MixIn.3 \
|
2006-06-10 12:45:07 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|