diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-19 13:30:49 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-19 13:30:49 +0000 |
commit | 2cf36f251c176a7e9d750655f8f4340ad7e774e2 (patch) | |
tree | a79e1be537d3d2189faff4dbe7fbbc9585aed24a /devel/p5-IO-Stty | |
parent | f201c3a0450d8f06cf7d481f8b73909307f22197 (diff) | |
download | ports-2cf36f251c176a7e9d750655f8f4340ad7e774e2.tar.gz ports-2cf36f251c176a7e9d750655f8f4340ad7e774e2.zip |
Notes
Diffstat (limited to 'devel/p5-IO-Stty')
-rw-r--r-- | devel/p5-IO-Stty/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-IO-Stty/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-IO-Stty/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-IO-Stty/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-IO-Stty/pkg-plist | 3 |
5 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-IO-Stty/Makefile b/devel/p5-IO-Stty/Makefile new file mode 100644 index 000000000000..8f35ad7a56ca --- /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 <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> diff --git a/devel/p5-IO-Stty/distinfo b/devel/p5-IO-Stty/distinfo new file mode 100644 index 000000000000..8e34de9077e1 --- /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 000000000000..048750f68329 --- /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 000000000000..12663bdfcc6f --- /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 <tex@habit.com> + +--Will <andrews@technologist.com> diff --git a/devel/p5-IO-Stty/pkg-plist b/devel/p5-IO-Stty/pkg-plist new file mode 100644 index 000000000000..1e1d9bc9dfc0 --- /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 |