From 3bebad9280de48346220d2fae1b4660079747ae7 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 2 Apr 2002 17:12:58 +0000 Subject: add pisg 0.36 A Perl IRC Statistics Generator PR: 34829 Submitted by: Peter Lowe --- irc/pisg/scripts/post-patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 irc/pisg/scripts/post-patch (limited to 'irc/pisg/scripts/post-patch') diff --git a/irc/pisg/scripts/post-patch b/irc/pisg/scripts/post-patch new file mode 100644 index 000000000000..73a4d337aee1 --- /dev/null +++ b/irc/pisg/scripts/post-patch @@ -0,0 +1,15 @@ +#!/bin/sh + +cd $WRKSRC + +cat <>Makefile.PL +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => 'Pisg', + VERSION => '0.34', + ); +EOMAKEFILE + +mv modules lib +mv pisg.pl pisg +touch Makefile -- cgit v1.2.3