ports/net/p5-Net-eBay/patches/patch-Makefile_PL

16 lines
827 B
Text

Don't install these example scripts into bin/ but just treat
them as examples.
--- Makefile.PL.orig Wed Mar 16 10:28:53 2011
+++ Makefile.PL Wed Mar 16 10:29:08 2011
@@ -8,10 +8,6 @@ WriteMakefile(
VERSION_FROM => 'lib/Net/eBay.pm',
ABSTRACT => 'XML based communication with eBay API',
PL_FILES => {},
- EXE_FILES => [ 'ebay-official-time.pl', 'ebay-validate-test-user.pl',
- 'ebay-get-categories.pl', 'ebay-add-item.pl', 'ebay-search.pl',
- 'ebay-revise-item.pl', 'ebay-get-item.pl'
- ],
PREREQ_PM => {
'Test::More' => 0,
'Text::Format' => 0,