ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/RCU/Lirc/Makefile.PL
Revision: 1.2
Committed: Sun Nov 6 17:24:32 2005 UTC (18 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -2 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4 NAME => 'RCU::Lirc',
5 VERSION_FROM=> 'Lirc.pm',
6 LIBS => ['-llirc_client'],
7 );