2b24984cfc
This module provides functions for handling unicode byte order marks, which are to be found at the beginning of some files and streams. The intention of File::BOM is for files with BOMs to be readable as seamlessly as possible, regardless of the encoding used. ok simon@
20 lines
397 B
Makefile
20 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 21:59:34 sthen Exp $
|
|
COMMENT= utilities for handling Byte Order Marks
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-BOM-0.14
|
|
CATEGORIES= devel
|
|
|
|
BUILD_DEPENDS= ::devel/p5-Readonly \
|
|
::devel/p5-Test-Exception
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|