19 lines
308 B
Makefile
19 lines
308 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2021/01/01 08:30:40 benoit Exp $
|
|
|
|
COMMENT = simple, sane and efficient file slurper
|
|
|
|
DISTNAME = File-Slurp-Tiny-0.004
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|