68a3645015
IO::Stty is a perl module that change and print terminal line settings. WWW: http://search.cpan.org/dist/IO-Stty/ PR: ports/161206 Submitted by: Stephon Chen <stephon@gmail.com>
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# New ports collection makefile for: p5-IO-Stty
|
|
# Date created: 1 Oct 2011
|
|
# Whom: Stephon Chen <stephon@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO-Stty
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Change and print terminal line settings
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= IO::Stty.3
|
|
|
|
.include <bsd.port.mk>
|