20 lines
347 B
Makefile
20 lines
347 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:17 espie Exp $
|
|
|
|
COMMENT= utilities for handling Byte Order Marks
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-BOM-0.14
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
RUN_DEPENDS= devel/p5-Readonly
|
|
TEST_DEPENDS=devel/p5-Test-Exception
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|