14 lines
249 B
Makefile
14 lines
249 B
Makefile
# $OpenBSD: Makefile,v 1.29 2019/07/12 20:44:55 sthen Exp $
|
|
|
|
COMMENT = library for reading from continuously updated files
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = File-Tail-1.3
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|