File: Makefile.PL

package info (click to toggle)
libmodem-vgetty-perl 0.03-4
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 289; makefile: 37
file content (16 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $Id: Makefile.PL,v 1.1 1998/07/10 18:41:51 kas Exp $
#
# Copyright (c) 1998 Jan "Yenya" Kasprzak <kas@fi.muni.cz>. All rights
# reserved. This package is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#

use ExtUtils::MakeMaker;
WriteMakefile(
        'NAME'          => 'Modem::Vgetty',
        'VERSION_FROM'  => 'Vgetty.pm',
        'dist'          => { COMPRESS => 'gzip -9f', SUFFIX => 'gz',
                POSTOP => 'mv $(DISTNAME)-$(VERSION).tar.gz ../' },
        );