25 lines
432 B
Makefile
25 lines
432 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/07/03 21:45:11 sthen Exp $
|
|
|
|
COMMENT = retrieve terminal size
|
|
|
|
DISTNAME = Term-Size-Any-0.002
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
# Module claims to require Devel::Hide for build, but that is not true.
|
|
RUN_DEPENDS = devel/p5-Term-Size-Perl
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|