forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
331 B
Perl
10 lines
331 B
Perl
--- Makefile.PL.orig Thu Jul 25 10:12:25 2002
|
|
+++ Makefile.PL Thu Jul 25 10:12:25 2002
|
|
@@ -3,6 +3,6 @@
|
|
# the contents of the Makefile that is written.
|
|
WriteMakefile(
|
|
'NAME' => 'Mail::RBL',
|
|
- 'VERSION_FROM' => 'RBL.pm', # finds $VERSION
|
|
+ 'VERSION' => '1.00',
|
|
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
|
|
);
|