diff options
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 1ab014bc74f5..c71c23cf0fed 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Class::Storage::Debug::PrettyPrint.3 \ SQL::Abstract.3 \ |