File: Makefile.PL

package info (click to toggle)
libauthen-sasl-cyrus-perl 0.02-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 76 kB
  • ctags: 13
  • sloc: perl: 163; makefile: 55
file content (11 lines) | stat: -rw-r--r-- 507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Authen::SASL::Cyrus',
    'VERSION_FROM' => 'Cyrus.pm', # finds $VERSION
    'LIBS'	=> ['-lsasl'],
#    'LIBS'	=> ['-lsasl -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -L/usr/lib/sasl -lgssapiv2'],   # e.g., '-lm' 
    'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
    'INC'	=> '',     # e.g., '-I/usr/include/other' 
);