2020-07-03 21:44:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2020/07/03 21:44:52 sthen Exp $
|
2009-07-12 19:57:51 +00:00
|
|
|
|
2015-12-15 07:23:20 +00:00
|
|
|
COMMENT = utilities for handling Byte Order Marks
|
2007-10-25 21:59:34 +00:00
|
|
|
|
2015-12-15 07:23:20 +00:00
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2019-05-01 22:33:14 +00:00
|
|
|
DISTNAME = File-BOM-0.16
|
2015-12-15 07:23:20 +00:00
|
|
|
CATEGORIES = devel
|
2020-07-03 21:44:29 +00:00
|
|
|
REVISION = 0
|
2007-10-25 21:59:34 +00:00
|
|
|
|
2015-12-15 07:23:20 +00:00
|
|
|
RUN_DEPENDS = devel/p5-Readonly
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
2007-10-25 21:59:34 +00:00
|
|
|
|
|
|
|
# perl
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2007-10-25 21:59:34 +00:00
|
|
|
|
2015-12-15 07:23:20 +00:00
|
|
|
CONFIGURE_STYLE = modbuild
|
2007-10-25 21:59:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|