23 lines
482 B
Makefile
23 lines
482 B
Makefile
# New ports collection makefile for: devel/p5-File-ReadBackwards
|
|
# Date created: 11 October 2001
|
|
# Whom: tobez
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-ReadBackwards
|
|
PORTVERSION= 1.05
|
|
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:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::ReadBackwards.3
|
|
|
|
.include <bsd.port.mk>
|