21 lines
404 B
Makefile
21 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2021/01/18 13:28:42 robert Exp $
|
|
|
|
COMMENT = perl extension for working with IO::Handle like objects
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = IO-Handle-Util-0.02
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/p5-IO-String \
|
|
devel/p5-Sub-Exporter \
|
|
devel/p5-asa
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
.include <bsd.port.mk>
|