blob: d1cbe03f04f3e0a75fc8d11644aa22f7db9c170b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|