summaryrefslogtreecommitdiff
path: root/devel/p5-File-Util/Makefile
blob: fc9d545e2d7b9f2cbc3b344c662a7ae028302497 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection Makefile for:	p5-File-Util
# Date created:				25th April 2007
# Whom: 				jeffhung
#
# $FreeBSD$
#

PORTNAME=	File-Util
PORTVERSION=	3.18
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	File
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	jeffhung@mail2000.com.tw
COMMENT=	Perl5 module for easy, versatile, portable file handling

RUN_DEPENDS=	${SITE_PERL}/Class/OOorNO.pm:${PORTSDIR}/devel/p5-Class-OOorNO \
		${SITE_PERL}/Exception/Handler.pm:${PORTSDIR}/devel/p5-Exception-Handler
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	YES

MAN3=		File::Util.3

.include <bsd.port.mk>