freebsd-ports/devel/p5-IO-Stty/Makefile
Sunpoet Po-Chuan Hsieh 68a3645015 - Add p5-IO-Stty 0.03
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>
2011-10-02 18:06:19 +00:00

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>