29fbc94963
Term::Size is a Perl module which provides a straightforward way to get the size of the terminal (or window) on which a script is running.
18 lines
340 B
Makefile
18 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/18 09:36:03 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module to fetch the size of the terminal
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-Size-0.207
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|