File: Makefile.PL

package info (click to toggle)
libx11-freedesktop-desktopentry-perl 0.04-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 52 kB
  • ctags: 25
  • sloc: perl: 187; makefile: 44
file content (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl
# $Id: Makefile.PL,v 1.1.1.1 2005/01/01 19:29:35 jodrell Exp $

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'		=> 'X11::FreeDesktop::DesktopEntry',
    'VERSION_FROM'	=> 'lib/X11/FreeDesktop/DesktopEntry.pm',
);