18 lines
283 B
Makefile
18 lines
283 B
Makefile
# $OpenBSD: Makefile,v 1.5 2015/07/16 23:57:23 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module to fetch the size of the terminal
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-Size-0.207
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|