pkgsrc/devel/p5-IO-Tty/Makefile
rhaen 18e71a3c9f - updated to 1.07
- DESTDIR support
- maintainer change
- oked by joerg, rillig
2006-07-18   Roland Giersig  <rgiersig@cpan.org>
        * v1.07
        * Tty.xs: added some more letter to BSD allocation

2006-07-15   Roland Giersig  <rgiersig@cpan.org>
        * v1.06
        * Tty.pm: pre-allocate buffer for ioctl

2006-06-06   Roland Giersig  <rgiersig@cpan.org>
        * v1.05
        * Tty.xs: added includes <sys/pty.h>  and <sys/ptyio.h>

2006-05-28   Roland Giersig  <rgiersig@cpan.org>
        * v1.04
        * Tty.xs: added handling for z/OS (uses /dev/ptyp0000)
        * Makefile.PL: added <sys/pty.h> (for HPUX)

2006-04-25   Roland Giersig  <rgiersig@cpan.org>
        * v1.03
        * Tty.c: changed newCONSTSUB to use newSV(0) instead of
          PL_sv_undef, now undef'd constants work
        * Makefile.PL: made ccflags handling meta-char safe, added
          ldflags; enhanced error msg
        * Makefile.PL: added <sys/ptyio.h>
2008-02-09 16:34:43 +00:00

20 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.20 2008/02/09 16:34:43 rhaen Exp $
#
DISTNAME= IO-Tty-1.07
PKGNAME= p5-${DISTNAME:C/T/t/}
SVR4_PKGNAME= p5itt
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= rhaen@NetBSD.org
COMMENT= Another Perl class for I/O on tty and pseudo-tty devices
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/IO/Tty/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"