1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/p5-File-Tail/Makefile
2009-08-08 11:31:48 +00:00

21 lines
416 B
Makefile

# New ports collection makefile for: File-Tail
# Date created: 19 December 2000
# Whom: Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
PORTNAME= File-Tail
PORTVERSION= 0.99.3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl Module to read the end of a file as it\'s appended to
PERL_CONFIGURE= YES
MAN3= File::Tail.3
.include <bsd.port.mk>