aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/p5-Class-DBI-Plugin-Senna/Makefile2
-rw-r--r--databases/p5-Class-DBI-Plugin-Senna/pkg-plist1
-rw-r--r--databases/p5-DBD-Excel/Makefile7
-rw-r--r--databases/p5-DBD-Excel/pkg-plist1
-rw-r--r--databases/p5-DBICx-Deploy/Makefile4
-rw-r--r--databases/p5-DBICx-Deploy/pkg-plist2
-rw-r--r--databases/p5-DBIx-Connector/Makefile12
-rw-r--r--databases/p5-DBIx-Connector/pkg-plist7
-rw-r--r--databases/p5-DBIx-Inspector/Makefile7
-rw-r--r--databases/p5-DBIx-Inspector/pkg-plist5
-rw-r--r--databases/p5-DBIx-QueryLog/Makefile3
-rw-r--r--databases/p5-DBIx-QueryLog/pkg-plist1
-rw-r--r--databases/p5-DBIx-Simple/Makefile6
-rw-r--r--databases/p5-DBIx-Simple/pkg-plist4
-rw-r--r--databases/p5-DBIx-VersionedDDL/Makefile5
-rw-r--r--databases/p5-DBIx-VersionedDDL/pkg-plist3
-rw-r--r--databases/p5-DMOZ-ParseRDF/Makefile1
-rw-r--r--databases/p5-MySQL-Diff/Makefile14
-rw-r--r--databases/p5-MySQL-Diff/pkg-plist5
-rw-r--r--databases/p5-SQL-Maker/Makefile9
-rw-r--r--databases/p5-SQL-Maker/pkg-plist7
-rw-r--r--databases/p5-Test-Fixture-DBI/Makefile8
-rw-r--r--databases/p5-Test-Fixture-DBI/pkg-plist6
-rw-r--r--databases/p5-Text-Query-SQL/Makefile6
-rw-r--r--databases/p5-Text-Query-SQL/pkg-plist7
25 files changed, 55 insertions, 78 deletions
diff --git a/databases/p5-Class-DBI-Plugin-Senna/Makefile b/databases/p5-Class-DBI-Plugin-Senna/Makefile
index 002fd2ad827d..6c0563d767f4 100644
--- a/databases/p5-Class-DBI-Plugin-Senna/Makefile
+++ b/databases/p5-Class-DBI-Plugin-Senna/Makefile
@@ -14,9 +14,7 @@ BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
USES= perl5
USE_PERL5= configure
-MAN3= Class::DBI::Plugin::Senna.3
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == ia64
diff --git a/databases/p5-Class-DBI-Plugin-Senna/pkg-plist b/databases/p5-Class-DBI-Plugin-Senna/pkg-plist
index 799896d09afb..4b1b9a734e81 100644
--- a/databases/p5-Class-DBI-Plugin-Senna/pkg-plist
+++ b/databases/p5-Class-DBI-Plugin-Senna/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Class/DBI/Plugin/Senna.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/Senna/.packlist
+%%PERL5_MAN3%%/Class::DBI::Plugin::Senna.3.gz
@dirrmtry %%SITE_PERL%%/Class/DBI/Plugin
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/Senna
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin
diff --git a/databases/p5-DBD-Excel/Makefile b/databases/p5-DBD-Excel/Makefile
index 5c98dde2847e..6db3464ecf25 100644
--- a/databases/p5-DBD-Excel/Makefile
+++ b/databases/p5-DBD-Excel/Makefile
@@ -20,13 +20,10 @@ EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME}
USES= perl5
USE_PERL5= configure
-MAN3= DBD::Excel.3
-
-NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
diff --git a/databases/p5-DBD-Excel/pkg-plist b/databases/p5-DBD-Excel/pkg-plist
index 6c08d0af261a..9ce4eb40aa23 100644
--- a/databases/p5-DBD-Excel/pkg-plist
+++ b/databases/p5-DBD-Excel/pkg-plist
@@ -13,6 +13,7 @@
%%PORTDOCS%%share/examples/DBD-Excel/texj.pl
%%PORTDOCS%%share/examples/DBD-Excel/thidden.pl
%%PORTDOCS%%share/examples/DBD-Excel/thidden.xls
+%%PERL5_MAN3%%/DBD::Excel.3.gz
@dirrmtry %%SITE_PERL%%/DBD
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Excel
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD
diff --git a/databases/p5-DBICx-Deploy/Makefile b/databases/p5-DBICx-Deploy/Makefile
index 3def8e0a895d..415817937a88 100644
--- a/databases/p5-DBICx-Deploy/Makefile
+++ b/databases/p5-DBICx-Deploy/Makefile
@@ -21,8 +21,4 @@ RUN_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
USES= perl5
USE_PERL5= configure
-MAN1= dbicdeploy.1
-MAN3= DBICx::Deploy.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/p5-DBICx-Deploy/pkg-plist b/databases/p5-DBICx-Deploy/pkg-plist
index 720bd41ab861..cbb520a61f48 100644
--- a/databases/p5-DBICx-Deploy/pkg-plist
+++ b/databases/p5-DBICx-Deploy/pkg-plist
@@ -1,4 +1,6 @@
bin/dbicdeploy
+%%PERL5_MAN3%%/DBICx::Deploy.3.gz
+man/man1/dbicdeploy.1.gz
%%SITE_PERL%%/DBICx/Deploy.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx/Deploy/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx/Deploy
diff --git a/databases/p5-DBIx-Connector/Makefile b/databases/p5-DBIx-Connector/Makefile
index 2e6a1e01af8f..665d7be07aad 100644
--- a/databases/p5-DBIx-Connector/Makefile
+++ b/databases/p5-DBIx-Connector/Makefile
@@ -9,21 +9,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for fast, safe DBI connection management
-RUN_DEPENDS= \
- p5-DBI>=1.605:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= p5-DBI>=1.605:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule
USES= perl5
USE_PERL5= modbuild
-MAN3= DBIx::Connector.3 \
- DBIx::Connector::Driver.3 \
- DBIx::Connector::Driver::MSSQL.3 \
- DBIx::Connector::Driver::Oracle.3 \
- DBIx::Connector::Driver::Pg.3 \
- DBIx::Connector::Driver::SQLite.3 \
- DBIx::Connector::Driver::mysql.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/p5-DBIx-Connector/pkg-plist b/databases/p5-DBIx-Connector/pkg-plist
index c7720cbd824a..e0ab8f8ae1be 100644
--- a/databases/p5-DBIx-Connector/pkg-plist
+++ b/databases/p5-DBIx-Connector/pkg-plist
@@ -5,6 +5,13 @@
%%SITE_PERL%%/DBIx/Connector/Driver/Pg.pm
%%SITE_PERL%%/DBIx/Connector/Driver/SQLite.pm
%%SITE_PERL%%/DBIx/Connector/Driver/mysql.pm
+%%PERL5_MAN3%%/DBIx::Connector.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::MSSQL.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::Oracle.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::Pg.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::SQLite.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::mysql.3.gz
@dirrm %%SITE_PERL%%/DBIx/Connector/Driver
@dirrm %%SITE_PERL%%/DBIx/Connector
@dirrmtry %%SITE_PERL%%/DBIx
diff --git a/databases/p5-DBIx-Inspector/Makefile b/databases/p5-DBIx-Inspector/Makefile
index 4b6beb2edc67..0fe4be223dff 100644
--- a/databases/p5-DBIx-Inspector/Makefile
+++ b/databases/p5-DBIx-Inspector/Makefile
@@ -22,11 +22,4 @@ TEST_DEPENDS= \
USES= perl5
USE_PERL5= modbuild
-MAN3= DBIx::Inspector.3 \
- DBIx::Inspector::Column.3 \
- DBIx::Inspector::ForeignKey.3 \
- DBIx::Inspector::Iterator.3 \
- DBIx::Inspector::Table.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/p5-DBIx-Inspector/pkg-plist b/databases/p5-DBIx-Inspector/pkg-plist
index 6a5042c6e84e..2bcfede54e7f 100644
--- a/databases/p5-DBIx-Inspector/pkg-plist
+++ b/databases/p5-DBIx-Inspector/pkg-plist
@@ -11,6 +11,11 @@
%%SITE_PERL%%/DBIx/Inspector/Iterator/Null.pm
%%SITE_PERL%%/DBIx/Inspector/Table.pm
%%SITE_PERL%%/DBIx/Inspector/Table/Pg.pm
+%%PERL5_MAN3%%/DBIx::Inspector.3.gz
+%%PERL5_MAN3%%/DBIx::Inspector::Column.3.gz
+%%PERL5_MAN3%%/DBIx::Inspector::ForeignKey.3.gz
+%%PERL5_MAN3%%/DBIx::Inspector::Iterator.3.gz
+%%PERL5_MAN3%%/DBIx::Inspector::Table.3.gz
@dirrm %%SITE_PERL%%/DBIx/Inspector/Table
@dirrm %%SITE_PERL%%/DBIx/Inspector/Iterator
@dirrm %%SITE_PERL%%/DBIx/Inspector/ForeignKey
diff --git a/databases/p5-DBIx-QueryLog/Makefile b/databases/p5-DBIx-QueryLog/Makefile
index 671a26498aaf..128ff6d923ae 100644
--- a/databases/p5-DBIx-QueryLog/Makefile
+++ b/databases/p5-DBIx-QueryLog/Makefile
@@ -20,9 +20,6 @@ TEST_DEPENDS= \
USES= perl5
USE_PERL5= modbuild
-MAN3= DBIx::QueryLog.3
-
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
diff --git a/databases/p5-DBIx-QueryLog/pkg-plist b/databases/p5-DBIx-QueryLog/pkg-plist
index 143c72cc395c..f7106e9d9cbc 100644
--- a/databases/p5-DBIx-QueryLog/pkg-plist
+++ b/databases/p5-DBIx-QueryLog/pkg-plist
@@ -1,2 +1,3 @@
%%SITE_PERL%%/DBIx/QueryLog.pm
+%%PERL5_MAN3%%/DBIx::QueryLog.3.gz
@dirrmtry %%SITE_PERL%%/DBIx
diff --git a/databases/p5-DBIx-Simple/Makefile b/databases/p5-DBIx-Simple/Makefile
index ead048414d3a..aa7f250d8570 100644
--- a/databases/p5-DBIx-Simple/Makefile
+++ b/databases/p5-DBIx-Simple/Makefile
@@ -21,12 +21,6 @@ TEXT_TABLE_DESC= Create plain text table from data
USES= perl5
USE_PERL5= configure
-MAN3= DBIx::Simple.3 \
- DBIx::Simple::Examples.3 \
- DBIx::Simple::Comparison.3 \
- DBIx::Simple::Result::RowObject.3
-
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSQL_INTERP}
diff --git a/databases/p5-DBIx-Simple/pkg-plist b/databases/p5-DBIx-Simple/pkg-plist
index 67a088c7b3da..ef7b27193db0 100644
--- a/databases/p5-DBIx-Simple/pkg-plist
+++ b/databases/p5-DBIx-Simple/pkg-plist
@@ -3,6 +3,10 @@
%%SITE_PERL%%/DBIx/Simple/Examples.pod
%%SITE_PERL%%/DBIx/Simple/Result/RowObject.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple/.packlist
+%%PERL5_MAN3%%/DBIx::Simple.3.gz
+%%PERL5_MAN3%%/DBIx::Simple::Comparison.3.gz
+%%PERL5_MAN3%%/DBIx::Simple::Examples.3.gz
+%%PERL5_MAN3%%/DBIx::Simple::Result::RowObject.3.gz
@dirrm %%SITE_PERL%%/DBIx/Simple/Result
@dirrm %%SITE_PERL%%/DBIx/Simple
@dirrmtry %%SITE_PERL%%/DBIx
diff --git a/databases/p5-DBIx-VersionedDDL/Makefile b/databases/p5-DBIx-VersionedDDL/Makefile
index 3237a55d1207..d7f822397601 100644
--- a/databases/p5-DBIx-VersionedDDL/Makefile
+++ b/databases/p5-DBIx-VersionedDDL/Makefile
@@ -27,9 +27,4 @@ RUN_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \
USES= perl5
USE_PERL5= configure
-MAN1= migrate_schema.1
-MAN3= DBIx::VersionedDDL.3 \
- DBIx::VersionedDDL::Plugin::DefaultScriptProcessor.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/p5-DBIx-VersionedDDL/pkg-plist b/databases/p5-DBIx-VersionedDDL/pkg-plist
index 8dca758bef03..724defe7696e 100644
--- a/databases/p5-DBIx-VersionedDDL/pkg-plist
+++ b/databases/p5-DBIx-VersionedDDL/pkg-plist
@@ -2,6 +2,9 @@ bin/migrate_schema
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/VersionedDDL/.packlist
%%SITE_PERL%%/DBIx/VersionedDDL.pm
%%SITE_PERL%%/DBIx/VersionedDDL/Plugin/DefaultScriptProcessor.pm
+%%PERL5_MAN3%%/DBIx::VersionedDDL.3.gz
+%%PERL5_MAN3%%/DBIx::VersionedDDL::Plugin::DefaultScriptProcessor.3.gz
+man/man1/migrate_schema.1.gz
@dirrm %%SITE_PERL%%/DBIx/VersionedDDL/Plugin
@dirrm %%SITE_PERL%%/DBIx/VersionedDDL
@dirrmtry %%SITE_PERL%%/DBIx
diff --git a/databases/p5-DMOZ-ParseRDF/Makefile b/databases/p5-DMOZ-ParseRDF/Makefile
index 5ca415bc7457..c3636dd0c3c3 100644
--- a/databases/p5-DMOZ-ParseRDF/Makefile
+++ b/databases/p5-DMOZ-ParseRDF/Makefile
@@ -13,5 +13,4 @@ COMMENT= Parse the gigantic dmoz.org content file into smaller parts
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/p5-MySQL-Diff/Makefile b/databases/p5-MySQL-Diff/Makefile
index b4a18193f72b..5643e036a1dc 100644
--- a/databases/p5-MySQL-Diff/Makefile
+++ b/databases/p5-MySQL-Diff/Makefile
@@ -15,20 +15,12 @@ BUILD_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= configure
-MAN1= mysqldiff.1
-MAN3= MySQL::Diff.3 \
- MySQL::Diff::Database.3 \
- MySQL::Diff::Table.3 \
- MySQL::Diff::Utils.3
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/bin/mysqldiff
+SHEBANG_FILES= bin/mysqldiff
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqldiff ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqldiff ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/databases/p5-MySQL-Diff/pkg-plist b/databases/p5-MySQL-Diff/pkg-plist
index c896d05548b0..5e26709514fd 100644
--- a/databases/p5-MySQL-Diff/pkg-plist
+++ b/databases/p5-MySQL-Diff/pkg-plist
@@ -1,9 +1,14 @@
bin/mysqldiff
+man/man1/mysqldiff.1.gz
%%SITE_PERL%%/MySQL/Diff.pm
%%SITE_PERL%%/MySQL/Diff/Database.pm
%%SITE_PERL%%/MySQL/Diff/Table.pm
%%SITE_PERL%%/MySQL/Diff/Utils.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff/.packlist
+%%PERL5_MAN3%%/MySQL::Diff.3.gz
+%%PERL5_MAN3%%/MySQL::Diff::Database.3.gz
+%%PERL5_MAN3%%/MySQL::Diff::Table.3.gz
+%%PERL5_MAN3%%/MySQL::Diff::Utils.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL
@dirrm %%SITE_PERL%%/MySQL/Diff
diff --git a/databases/p5-SQL-Maker/Makefile b/databases/p5-SQL-Maker/Makefile
index 7f8db85e072e..19c179813c3f 100644
--- a/databases/p5-SQL-Maker/Makefile
+++ b/databases/p5-SQL-Maker/Makefile
@@ -21,13 +21,4 @@ TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \
USES= perl5
USE_PERL5= modbuild
-MAN3= SQL::Maker.3 \
- SQL::Maker::Condition.3 \
- SQL::Maker::Plugin::InsertMulti.3 \
- SQL::Maker::Plugin::InsertOnDuplicate.3 \
- SQL::Maker::SQLType.3 \
- SQL::Maker::Select.3 \
- SQL::Maker::SelectSet.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/p5-SQL-Maker/pkg-plist b/databases/p5-SQL-Maker/pkg-plist
index cf508b931c90..1c8da859ab03 100644
--- a/databases/p5-SQL-Maker/pkg-plist
+++ b/databases/p5-SQL-Maker/pkg-plist
@@ -7,6 +7,13 @@
%%SITE_PERL%%/SQL/Maker/Select/Oracle.pm
%%SITE_PERL%%/SQL/Maker/SelectSet.pm
%%SITE_PERL%%/SQL/Maker/Util.pm
+%%PERL5_MAN3%%/SQL::Maker.3.gz
+%%PERL5_MAN3%%/SQL::Maker::Condition.3.gz
+%%PERL5_MAN3%%/SQL::Maker::Plugin::InsertMulti.3.gz
+%%PERL5_MAN3%%/SQL::Maker::Plugin::InsertOnDuplicate.3.gz
+%%PERL5_MAN3%%/SQL::Maker::SQLType.3.gz
+%%PERL5_MAN3%%/SQL::Maker::Select.3.gz
+%%PERL5_MAN3%%/SQL::Maker::SelectSet.3.gz
@dirrm %%SITE_PERL%%/SQL/Maker/Select
@dirrm %%SITE_PERL%%/SQL/Maker/Plugin
@dirrm %%SITE_PERL%%/SQL/Maker
diff --git a/databases/p5-Test-Fixture-DBI/Makefile b/databases/p5-Test-Fixture-DBI/Makefile
index 941ea5a3d075..232e736569f7 100644
--- a/databases/p5-Test-Fixture-DBI/Makefile
+++ b/databases/p5-Test-Fixture-DBI/Makefile
@@ -22,12 +22,4 @@ TEST_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
USES= perl5
USE_PERL5= configure
-MAN1= make_database_yaml.pl.1 \
- make_fixture_yaml.pl.1
-MAN3= Test::Fixture::DBI.3 \
- Test::Fixture::DBI::Util.3 \
- Test::Fixture::DBI::Util::SQLite.3 \
- Test::Fixture::DBI::Util::mysql.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/p5-Test-Fixture-DBI/pkg-plist b/databases/p5-Test-Fixture-DBI/pkg-plist
index 42ff967acd26..2f91b95a4205 100644
--- a/databases/p5-Test-Fixture-DBI/pkg-plist
+++ b/databases/p5-Test-Fixture-DBI/pkg-plist
@@ -5,6 +5,12 @@ bin/make_fixture_yaml.pl
%%SITE_PERL%%/Test/Fixture/DBI/Util.pm
%%SITE_PERL%%/Test/Fixture/DBI/Util/SQLite.pm
%%SITE_PERL%%/Test/Fixture/DBI/Util/mysql.pm
+%%PERL5_MAN3%%/Test::Fixture::DBI.3.gz
+%%PERL5_MAN3%%/Test::Fixture::DBI::Util.3.gz
+%%PERL5_MAN3%%/Test::Fixture::DBI::Util::SQLite.3.gz
+%%PERL5_MAN3%%/Test::Fixture::DBI::Util::mysql.3.gz
+man/man1/make_database_yaml.pl.1.gz
+man/man1/make_fixture_yaml.pl.1.gz
@dirrm %%SITE_PERL%%/Test/Fixture/DBI/Util
@dirrm %%SITE_PERL%%/Test/Fixture/DBI
@dirrmtry %%SITE_PERL%%/Test/Fixture
diff --git a/databases/p5-Text-Query-SQL/Makefile b/databases/p5-Text-Query-SQL/Makefile
index 1ade4631cf25..57d81afcf6ae 100644
--- a/databases/p5-Text-Query-SQL/Makefile
+++ b/databases/p5-Text-Query-SQL/Makefile
@@ -17,12 +17,6 @@ TEST_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
USES= perl5
USE_PERL5= configure patch
-MAN3= Text::Query::BuildSQLMifluz.3 Text::Query::BuildSQLMySQL.3 \
- Text::Query::BuildSQLFulcrum.3 Text::Query::BuildSQL.3 \
- Text::Query::BuildSQLPg.3 Text::Query::SolveSQL.3 \
- Bundle::Text::Query::BuildSQL.3
-
-NO_STAGE= yes
pre-patch:
@${PERL} -pi -e '/DBI/ and $$_=""' ${WRKSRC}/Makefile.PL
diff --git a/databases/p5-Text-Query-SQL/pkg-plist b/databases/p5-Text-Query-SQL/pkg-plist
index 8d19d396fb7d..dadac3134b44 100644
--- a/databases/p5-Text-Query-SQL/pkg-plist
+++ b/databases/p5-Text-Query-SQL/pkg-plist
@@ -6,6 +6,13 @@
%%SITE_PERL%%/Text/Query/BuildSQLPg.pm
%%SITE_PERL%%/Text/Query/SolveSQL.pm
%%SITE_PERL%%/Bundle/Text/Query/BuildSQL.pm
+%%PERL5_MAN3%%/Bundle::Text::Query::BuildSQL.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQL.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQLFulcrum.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQLMifluz.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQLMySQL.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQLPg.3.gz
+%%PERL5_MAN3%%/Text::Query::SolveSQL.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Query/SQL
@dirrmtry %%SITE_PERL%%/Bundle/Text/Query
@dirrmtry %%SITE_PERL%%/Bundle/Text