18 lines
339 B
Makefile
18 lines
339 B
Makefile
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>
|