opnsense-ports/mail/p5-Mail-RBL/files/patch-Makefile.PL
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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
);