diff options
author | mat <mat@FreeBSD.org> | 2005-04-07 09:55:45 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-04-07 09:55:45 +0000 |
commit | 534fe04e6d298e9b58083c7401a5eaac98ed60fc (patch) | |
tree | 27c949b22a03a1c93bd12b8ca8b51544ff55da43 /databases/p5-DBIx-DBSchema/Makefile | |
parent | ea3b7519f5823dc251669b2789b4c396173e0ce1 (diff) | |
download | FreeBSD-ports-534fe04e6d298e9b58083c7401a5eaac98ed60fc.zip FreeBSD-ports-534fe04e6d298e9b58083c7401a5eaac98ed60fc.tar.gz |
Update to 0.25
Diffstat (limited to 'databases/p5-DBIx-DBSchema/Makefile')
-rw-r--r-- | databases/p5-DBIx-DBSchema/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile index 39baa4d..75b25f9 100644 --- a/databases/p5-DBIx-DBSchema/Makefile +++ b/databases/p5-DBIx-DBSchema/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-DBSchema -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx @@ -31,12 +31,11 @@ MAN3= DBIx::DBSchema.3 DBIx::DBSchema::ColGroup.3 \ .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -.else +.endif .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 .else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI .endif -.endif .include <bsd.port.post.mk> |