20 lines
350 B
Makefile
Raw Normal View History

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