23 lines
428 B
Makefile
23 lines
428 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:03 espie Exp $
|
|
|
|
COMMENT= utilities for handling Byte Order Marks
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-BOM-0.14
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
RUN_DEPENDS= devel/p5-Readonly
|
|
REGRESS_DEPENDS=devel/p5-Test-Exception
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|