From 5ae8849965d8cb07527abf202ba7780a3114047e Mon Sep 17 00:00:00 2001 From: jedgar Date: Sat, 19 Feb 2000 13:30:49 +0000 Subject: Perl5 module that hacks around the IO::File deficiencies PR: 16529 Submitted by: Will Andrews --- devel/p5-IO-Stty/Makefile | 22 ++++++++++++++++++++++ devel/p5-IO-Stty/distinfo | 1 + devel/p5-IO-Stty/pkg-comment | 1 + devel/p5-IO-Stty/pkg-descr | 6 ++++++ devel/p5-IO-Stty/pkg-plist | 3 +++ 5 files changed, 33 insertions(+) create mode 100644 devel/p5-IO-Stty/Makefile create mode 100644 devel/p5-IO-Stty/distinfo create mode 100644 devel/p5-IO-Stty/pkg-comment create mode 100644 devel/p5-IO-Stty/pkg-descr create mode 100644 devel/p5-IO-Stty/pkg-plist (limited to 'devel/p5-IO-Stty') diff --git a/devel/p5-IO-Stty/Makefile b/devel/p5-IO-Stty/Makefile new file mode 100644 index 0000000..8f35ad7 --- /dev/null +++ b/devel/p5-IO-Stty/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-IO-Stty +# Version required: 0.02 +# Date created: 14 Jan 2000 +# Whom: Will Andrews +# +# $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 diff --git a/devel/p5-IO-Stty/distinfo b/devel/p5-IO-Stty/distinfo new file mode 100644 index 0000000..8e34de9 --- /dev/null +++ b/devel/p5-IO-Stty/distinfo @@ -0,0 +1 @@ +MD5 (IO-Stty-.02.tar.gz) = db2919cf267fce93682f0f854359f04e diff --git a/devel/p5-IO-Stty/pkg-comment b/devel/p5-IO-Stty/pkg-comment new file mode 100644 index 0000000..048750f --- /dev/null +++ b/devel/p5-IO-Stty/pkg-comment @@ -0,0 +1 @@ +Perl5 module that hacks around IO::File deficiencies diff --git a/devel/p5-IO-Stty/pkg-descr b/devel/p5-IO-Stty/pkg-descr new file mode 100644 index 0000000..12663bd --- /dev/null +++ b/devel/p5-IO-Stty/pkg-descr @@ -0,0 +1,6 @@ +Perl5 module that hacks around the IO::File +deficiencies. + +Author: Austin Schutz + +--Will diff --git a/devel/p5-IO-Stty/pkg-plist b/devel/p5-IO-Stty/pkg-plist new file mode 100644 index 0000000..1e1d9bc --- /dev/null +++ b/devel/p5-IO-Stty/pkg-plist @@ -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 -- cgit v1.1