File: Makefile.PL

package info (click to toggle)
libgnupg-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 208 kB
  • ctags: 94
  • sloc: perl: 1,223; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'GnuPG',
    'VERSION_FROM' => 'GnuPG.pm', # finds $VERSION
    'EXE_FILES'	=> [ gpgmailtunl ],
);