15 lines
290 B
Makefile
15 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:17 espie Exp $
|
|
|
|
COMMENT= module to read a file starting at the end
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-ReadBackwards-1.05
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= William Yodlowsky <william@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|