aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-T2/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-02 09:42:12 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-02 09:42:12 +0000
commit5b6e9a851d5ddc62e66e639f4b0bbdc10b9506d4 (patch)
treef5caebe5875b83c8cdfbecf2e51dfe650dea47f2 /databases/p5-T2/Makefile
parent88f930638d85f28b27ea103b55c74203dd02a9b8 (diff)
downloadports-5b6e9a851d5ddc62e66e639f4b0bbdc10b9506d4.tar.gz
ports-5b6e9a851d5ddc62e66e639f4b0bbdc10b9506d4.zip
Notes
Diffstat (limited to 'databases/p5-T2/Makefile')
-rw-r--r--databases/p5-T2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-T2/Makefile b/databases/p5-T2/Makefile
index 0615168a56b2..10f36bd82098 100644
--- a/databases/p5-T2/Makefile
+++ b/databases/p5-T2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= T2
-PORTVERSION= 0.07
+PORTVERSION= 0.10
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tangram/SAMV
@@ -25,12 +25,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \
- T2::Schema.3 T2::Storage.3
+ T2::DBSetup.3 T2::Schema.3 T2::Storage.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again.
+IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again.
.endif
.include <bsd.port.post.mk>