23 lines
368 B
Makefile
23 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:44:59 sthen Exp $
|
|
|
|
COMMENT = write your linewise code for handles; this does the rest
|
|
|
|
DISTNAME = Mixin-Linewise-0.108
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter \
|
|
textproc/p5-PerlIO-utf8_strict
|
|
|
|
PKG_ARCH = *
|
|
|
|
CPAN_AUTHOR = RJBS
|
|
|
|
.include <bsd.port.mk>
|