mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
17 lines
295 B
Makefile
17 lines
295 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|