1
|
#
|
2
|
# '$RCSfile$'
|
3
|
# Copyright: 2000 Regents of the University of California
|
4
|
#
|
5
|
# '$Author: brooke $'
|
6
|
# '$Date: 2003-11-21 15:05:54 -0800 (Fri, 21 Nov 2003) $'
|
7
|
# '$Revision: 1929 $'
|
8
|
#
|
9
|
# This program is free software; you can redistribute it and/or modify
|
10
|
# it under the terms of the GNU General Public License as published by
|
11
|
# the Free Software Foundation; either version 2 of the License, or
|
12
|
# (at your option) any later version.
|
13
|
#
|
14
|
# This program is distributed in the hope that it will be useful,
|
15
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17
|
# GNU General Public License for more details.
|
18
|
#
|
19
|
# You should have received a copy of the GNU General Public License
|
20
|
# along with this program; if not, write to the Free Software
|
21
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
22
|
#
|
23
|
|
24
|
use ExtUtils::MakeMaker;
|
25
|
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
26
|
# the contents of the Makefile that is written.
|
27
|
WriteMakefile(
|
28
|
'NAME' => 'Metacat',
|
29
|
'VERSION_FROM' => 'Metacat.pm', # finds $VERSION
|
30
|
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
|
31
|
);
|