19 lines
338 B
Makefile
19 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/11/05 10:03:56 benoit Exp $
|
|
|
|
COMMENT = utilities for handling Byte Order Marks
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = File-BOM-0.18
|
|
CATEGORIES = devel
|
|
|
|
RUN_DEPENDS = devel/p5-Readonly
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|