# Copyright 2000, 2001, 2002 Laurent Wacrenier # # This file is part of libhome # # libhome is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # libhome is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with libhome; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA use ExtUtils::MakeMaker; # $Id: Makefile.PL,v 1.5 2002/11/27 16:22:26 lwa Exp $ WriteMakefile( 'NAME' => 'Home', 'VERSION_FROM' => 'Home.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 'LIBS' => [`libhome.sh --lib`], 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => `libhome.sh --inc`, );