22 lines
376 B
Makefile
22 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>
|