0f87087aed
Term::Encoding is a simple module to detect an encoding the current terminal expects, in various ways. ok jasper@
18 lines
359 B
Makefile
18 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/05 20:32:16 simon Exp $
|
|
|
|
COMMENT= detect encoding of the current terminal
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-Encoding-0.02
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|