openbsd-ports/devel/p5-Term-Encoding/Makefile
simon 0f87087aed import p5-Term-Encoding
Term::Encoding is a simple module to detect an encoding the current
terminal expects, in various ways.

ok jasper@
2007-10-05 20:32:16 +00:00

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>