16 lines
244 B
Makefile
16 lines
244 B
Makefile
# $OpenBSD: Makefile,v 1.19 2020/11/06 09:32:51 benoit Exp $
|
|
|
|
COMMENT= efficient reading/writing of complete files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME = File-Slurp-9999.32
|
|
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|