freebsd-ports/devel/p5-IO-Stty/Makefile
Sunpoet Po-Chuan Hsieh 3cae947003 Update to 0.04
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/IO-Stty
2020-01-20 20:11:47 +00:00

21 lines
352 B
Makefile

# Created by: Stephon Chen <stephon@gmail.com>
# $FreeBSD$
PORTNAME= IO-Stty
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Change and print terminal line settings
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>