2000-02-19 14:30:49 +01:00
|
|
|
# New ports collection makefile for: p5-IO-Stty
|
|
|
|
# Date created: 14 Jan 2000
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= IO-Stty
|
|
|
|
PORTVERSION= 0.02
|
2000-02-19 14:30:49 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= IO
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-06-17 04:37:15 +02:00
|
|
|
DISTNAME= ${PORTNAME}-.${PORTVERSION:E}
|
2000-02-19 14:30:49 +01:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Perl5 module that hacks around IO::File deficiencies
|
2000-02-19 14:30:49 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-02-19 14:30:49 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|