aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-T2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-15 05:23:43 +0800
committerpav <pav@FreeBSD.org>2009-01-15 05:23:43 +0800
commitee06e6567a54ba7bee3cb444fcfcf14118eb7ea8 (patch)
tree3f97736ea93c5afa98a2cf543e1f76b14ec630aa /databases/p5-T2
parent2a81abc8a566f47fd38df367bab74b766890428f (diff)
downloadfreebsd-ports-gnome-ee06e6567a54ba7bee3cb444fcfcf14118eb7ea8.tar.gz
freebsd-ports-gnome-ee06e6567a54ba7bee3cb444fcfcf14118eb7ea8.tar.zst
freebsd-ports-gnome-ee06e6567a54ba7bee3cb444fcfcf14118eb7ea8.zip
- Fix plist with perl 5.8.9
Diffstat (limited to 'databases/p5-T2')
-rw-r--r--databases/p5-T2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-T2/Makefile b/databases/p5-T2/Makefile
index 850d58166825..fc29f71baebb 100644
--- a/databases/p5-T2/Makefile
+++ b/databases/p5-T2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= T2
PORTVERSION= 0.10
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -24,6 +25,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \
- T2::DBSetup.3 T2::Schema.3 T2::Storage.3
+ T2::DBSetup.3 T2::Method.3 T2::Schema.3 T2::Storage.3
.include <bsd.port.mk>