14 lines
184 B
Makefile
14 lines
184 B
Makefile
|
COMMENT= module to read a file starting at the end
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
DISTNAME= File-ReadBackwards-1.06
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|