diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-01-12 09:59:34 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-01-12 09:59:34 +0000 |
commit | 80c1e8fe27e84ef1238c68d0ba877f18780ba7a3 (patch) | |
tree | ffc7299ff5eb2e3547ac91b0c67c0f1139c99daa /databases/p5-DBIx-Class-Fixtures/Makefile | |
parent | d14f021be782fbfbda66b1f7fd9f9d06a4bd619c (diff) |
Notes
Diffstat (limited to 'databases/p5-DBIx-Class-Fixtures/Makefile')
-rw-r--r-- | databases/p5-DBIx-Class-Fixtures/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/p5-DBIx-Class-Fixtures/Makefile b/databases/p5-DBIx-Class-Fixtures/Makefile index 835b92f1ca86..533e82aa0e94 100644 --- a/databases/p5-DBIx-Class-Fixtures/Makefile +++ b/databases/p5-DBIx-Class-Fixtures/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-Fixtures -PORTVERSION= 1.001020 +PORTVERSION= 1.001021 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JJNAPIORK @@ -33,8 +33,4 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= configure -MAN3= DBIx::Class::Fixtures.3 \ - DBIx::Class::Fixtures::External::File.3 - -NO_STAGE= yes .include <bsd.port.mk> |