File: Makefile.PL

package info (click to toggle)
dh-buildinfo 0.9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 112 kB
  • ctags: 27
  • sloc: perl: 641; makefile: 45; sh: 24
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
	NAME    => 'dh-buildinfo',
	VERSION	=> '0.1',
	AUTHOR  => 'Yann Dirson <ydirson@altern.org>',

	EXE_FILES => [ 'dh_buildinfo' ],

);