File: Makefile.PL

package info (click to toggle)
libcrypt-ecb-perl 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 821; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;

WriteMakefile
(
	ABSTRACT_FROM		=> 'ECB.pm',
	AUTHOR			=> 'Christoph Appel',
	LICENSE			=> 'perl_5',
	MIN_PERL_VERSION	=> '5.6.0',
	NAME			=> 'Crypt::ECB',
	VERSION_FROM		=> 'ECB.pm',
);