15 lines
231 B
Makefile
15 lines
231 B
Makefile
|
COMMENT= detect encoding of the current terminal
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Term-Encoding-0.03
|
||
|
CATEGORIES= devel
|
||
|
REVISION= 0
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MAKE_ENV+= TEST_POD=Yes AUTHOR_TESTING=Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|