diff options
author | pav <pav@FreeBSD.org> | 2009-01-15 05:23:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-15 05:23:43 +0800 |
commit | ee06e6567a54ba7bee3cb444fcfcf14118eb7ea8 (patch) | |
tree | 3f97736ea93c5afa98a2cf543e1f76b14ec630aa /databases/p5-T2 | |
parent | 2a81abc8a566f47fd38df367bab74b766890428f (diff) | |
download | freebsd-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/Makefile | 3 |
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> |