a17f7f39ac
p5-BSD-Resource => 1.09 p5-CGI-Application => 1.2 p5-CGI_Lite => 2.0 p5-Convert-ASN1 => 0.08 p5-IO-Tty => 0.04 p5-IO-stringy => 1.219 p5-Class-MethodMaker => 1.02
23 lines
443 B
Makefile
23 lines
443 B
Makefile
# New ports collection makefile for: p5-IO-Tty
|
|
# Date created: 14 Jan 2000
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO-Tty
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= IO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
PERL_CONFIGURE= yes
|
|
IS_INTERACTIVE= yes
|
|
MAN3= IO::Pty.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|