Perl5 module that hacks around the IO::File
deficiencies PR: 16529 Submitted by: Will Andrews <andrews@technologist.com>
This commit is contained in:
parent
f201c3a045
commit
2cf36f251c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26005
22
devel/p5-IO-Stty/Makefile
Normal file
22
devel/p5-IO-Stty/Makefile
Normal 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>
|
1
devel/p5-IO-Stty/distinfo
Normal file
1
devel/p5-IO-Stty/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (IO-Stty-.02.tar.gz) = db2919cf267fce93682f0f854359f04e
|
1
devel/p5-IO-Stty/pkg-comment
Normal file
1
devel/p5-IO-Stty/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl5 module that hacks around IO::File deficiencies
|
6
devel/p5-IO-Stty/pkg-descr
Normal file
6
devel/p5-IO-Stty/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Perl5 module that hacks around the IO::File
|
||||
deficiencies.
|
||||
|
||||
Author: Austin Schutz <tex@habit.com>
|
||||
|
||||
--Will <andrews@technologist.com>
|
3
devel/p5-IO-Stty/pkg-plist
Normal file
3
devel/p5-IO-Stty/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user