File: Makefile.PL

package info (click to toggle)
pcsc-perl 1.4.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 296 kB
  • ctags: 74
  • sloc: perl: 887; ansic: 109; makefile: 50; sh: 44
file content (12 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
# See ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'      => 'Chipcard::PCSC',
    'VERSION_FROM' => 'PCSC.pm', # finds $VERSION
    'LIBS'      => [''],   # e.g., '-lm'
    'DEFINE'    => '-O2 -Wall',     # e.g., '-DHAVE_SOMETHING'
    'INC'       => '`pkg-config --cflags libpcsclite`',     # e.g., '-I/usr/include/other'
	'PL_FILES'  => {},
);