mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
proper man page. - Renamed Changes to ChangeLog - Updated README to include instructions for installing the perl module. - Renamed SCST perl module directory tp scst-0.7.4 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@447 d57e44dd-8a1f-0410-8b47-8ef2f437770f
14 lines
300 B
Perl
14 lines
300 B
Perl
#!/usr/bin/perl -w
|
|
#
|
|
# Makefile for the SCST-SCST perl module
|
|
#
|
|
|
|
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile(
|
|
'NAME' => 'SCST-SCST',
|
|
'VERSION_FROM' => 'lib/SCST/SCST.pm',
|
|
'AUTHOR' => 'Mark R. Buechler <Mark.Buechler@gmail.com>',
|
|
'PREREQ_PM' => {},
|
|
);
|