With Mixin::Linewise::Readers and Mixin::Linewise::Writers, you can just write a method to handle handles, and methods for handling strings and filenames are added for you. OK sthen@
24 lines
419 B
Makefile
24 lines
419 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/07/09 14:03:35 fcambus Exp $
|
|
|
|
COMMENT = write your linewise code for handles; this does the rest
|
|
|
|
DISTNAME = Mixin-Linewise-0.108
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter \
|
|
textproc/p5-PerlIO-utf8_strict
|
|
|
|
PKG_ARCH = *
|
|
|
|
CPAN_AUTHOR = RJBS
|
|
|
|
.include <bsd.port.mk>
|