mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
19 lines
368 B
Makefile
19 lines
368 B
Makefile
# Created by: tobez
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File-ReadBackwards
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= File::ReadBackwards -- read a file backwards by lines
|
|
|
|
TEST_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|