18 lines
279 B
Makefile
18 lines
279 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:22 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module to fetch the size of the terminal
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-Size-0.207
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|