17 lines
257 B
Makefile
17 lines
257 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:44:53 sthen Exp $
|
|
|
|
COMMENT= module to read a file starting at the end
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME= File-ReadBackwards-1.05
|
|
REVISION= 1
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|