File: Makefile.PL

package info (click to toggle)
libjcode-pm-perl 0.60-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 888 kB
  • ctags: 92
  • sloc: perl: 14,211; ansic: 13,219; makefile: 57
file content (16 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/local/bin/perl
#
# $Id: Makefile.PL,v 0.59 1999/10/16 22:10:06 dankogai Exp $
#

use ExtUtils::MakeMaker;

WriteMakefile
    (
     NAME         => 'Jcode',
     VERSION_FROM => 'Jcode.pm',
     PREREQ_PM    => {
	 'MIME::Base64'     => "2.1",
     }
     );