mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Also: - Sort plists - Sort DEPENDS - Add TEST_DEPENDS where necessary - p5-Class-DBI-DDL: switch to USE_PERL5=configure - Remove unnecessary or unusual stuff from pkg-descr's - Regenerate patches using makepatch where necessary - Based on the description from p5-DBIx-Password (most of which I've excised), it isn't clear whether this module even works when it's built non-interactive - p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS as well - p5-T2: Fails 'make test' (as it did before). The module isn't even present on CPAN or Meta::CPAN, and should probably be considered for deletion
9 lines
178 B
Perl
9 lines
178 B
Perl
--- Makefile.PL.orig 2009-06-14 17:01:15 UTC
|
|
+++ Makefile.PL
|
|
@@ -13,5 +13,5 @@ requires 'DBIx::Class';
|
|
|
|
test_requires 'Test::More';
|
|
|
|
-auto_install;
|
|
+#auto_install;
|
|
WriteAll;
|