File: Makefile.PL

package info (click to toggle)
libfilter-perl 1.50-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 612 kB
  • ctags: 759
  • sloc: perl: 654; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME      => 'Filter::decrypt',
	VERSION_FROM   => 'decrypt.pm',

	# The line below disables both the dynamic link test and the
	# test for DEBUGGING.
	# It is only enabled here to allow the decrypt test harness
	# to run without having to build statically.
	DEFINE	  => "-DBYPASS",
);