Perl5 module that hacks around the IO::File

deficiencies

PR:		16529
Submitted by:	Will Andrews <andrews@technologist.com>
This commit is contained in:
Chris D. Faulhaber 2000-02-19 13:30:49 +00:00
parent f201c3a045
commit 2cf36f251c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26005
5 changed files with 33 additions and 0 deletions

22
devel/p5-IO-Stty/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-IO-Stty
# Version required: 0.02
# Date created: 14 Jan 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= IO-Stty-.02
PKGNAME= p5-IO-Stty-0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
MAINTAINER= andrews@technologist.com
USE_PERL5= yes
do-configure:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL LDDLFLAGS=-shared LDFLAGS=-L/usr/lib)
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (IO-Stty-.02.tar.gz) = db2919cf267fce93682f0f854359f04e

View File

@ -0,0 +1 @@
Perl5 module that hacks around IO::File deficiencies

View File

@ -0,0 +1,6 @@
Perl5 module that hacks around the IO::File
deficiencies.
Author: Austin Schutz <tex@habit.com>
--Will <andrews@technologist.com>

View File

@ -0,0 +1,3 @@
lib/perl5/site_perl/%%PERL_VER%%/IO/stty.pl
lib/perl5/site_perl/%%PERL_VER%%/IO/Stty.pm
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IO 2>/dev/null || true