File: Makefile.PL

package info (click to toggle)
libarchive-cpio-perl 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 100 kB
  • sloc: perl: 457; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME          => 'Archive::Cpio',
	VERSION_FROM  => 'lib/Archive/Cpio.pm',
	ABSTRACT_FROM => 'lib/Archive/Cpio.pm',
        EXE_FILES     => ['bin/cpio-filter'],
	AUTHOR        => 'Pixel <pixel@rigaux.org>',
);