16 lines
279 B
Makefile
16 lines
279 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:08 sthen Exp $
|
|
|
|
COMMENT= detect encoding of the current terminal
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Term-Encoding-0.03
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MAKE_ENV+= TEST_POD=Yes AUTHOR_TESTING=Yes
|
|
|
|
.include <bsd.port.mk>
|