freebsd-ports/devel/p5-File-FTS/Makefile
Kevin Lo da648eea86 Initial import of p5-File-FTS 0.01.
This is the Perl extension for File Traversing System.

PR: 34255
Submitted by: Seamus Venasse <svenasse@polaris.ca>
2002-02-15 07:40:02 +00:00

22 lines
442 B
Makefile

# New ports collection makefile for: File::FTS
# Date created: 24 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= File-FTS
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= File::FTS.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>