19 lines
343 B
Makefile
19 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.10 2016/03/20 19:56:22 naddy Exp $
|
|
|
|
COMMENT = utilities for handling Byte Order Marks
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = File-BOM-0.15
|
|
CATEGORIES = devel
|
|
|
|
RUN_DEPENDS = devel/p5-Readonly
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|