20 lines
350 B
Makefile

# $OpenBSD: Makefile,v 1.13 2020/07/03 21:44:52 sthen Exp $
COMMENT = utilities for handling Byte Order Marks
MODULES = cpan
PKG_ARCH = *
DISTNAME = File-BOM-0.16
CATEGORIES = devel
REVISION = 0
RUN_DEPENDS = devel/p5-Readonly
TEST_DEPENDS = devel/p5-Test-Exception
# perl
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>