8a84e8e52e
FileHandle::Unget is a drop-in replacement for FileHandle which allows more than one byte to be placed back on the input. It supports an ungetc(ORD) which can be called more than once in a row, and an ungets(SCALAR) which places a string of bytes back on the input. ok jasper@
18 lines
378 B
Makefile
18 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/18 20:14:18 simon Exp $
|
|
|
|
COMMENT= "filehandle which supports ungetting of multiple bytes"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= FileHandle-Unget-0.1621
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|