aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Rose-Object/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-05-27 11:31:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-05-27 11:31:14 +0000
commit9c9fbe7fb2baad862121810e4270c9d92b86a6f0 (patch)
treeb4fba44385313cbf19ef43709db352485bd4a2dc /devel/p5-Rose-Object/Makefile
parent17738fd3e85043321b87da75bc3f8a82ac6eef60 (diff)
Notes
Diffstat (limited to 'devel/p5-Rose-Object/Makefile')
-rw-r--r--devel/p5-Rose-Object/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Rose-Object/Makefile b/devel/p5-Rose-Object/Makefile
index 13f4b6f8aa66..7ab43345fa6c 100644
--- a/devel/p5-Rose-Object/Makefile
+++ b/devel/p5-Rose-Object/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= Rose-Object
-PORTVERSION= 0.821
+PORTVERSION= 0.830
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Rose
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= hideo@lastamericanempire.com
COMMENT= A simple object base class
@@ -25,7 +26,8 @@ MAN3= Rose::Class.3 \
Rose::Object.3 \
Rose::Object::MakeMethods.3 \
Rose::Object::MakeMethods::DateTime.3 \
- Rose::Object::MakeMethods::Generic.3
+ Rose::Object::MakeMethods::Generic.3 \
+ Rose::Object::MixIn.3 \
.include <bsd.port.pre.mk>