aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Type/Makefile
blob: 2f34b98b126843130a7757aae2d80501970bd758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-File-Type
# Date created:		Fri Feb 20 20:02:30 EST 2004
# Whom:	      		Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#

PORTNAME=	File-Type
PORTVERSION=	0.22
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Determine file type using magic

PERL_CONFIGURE=	YES

MAN3=	File::Type.3 \
	File::Type::Builder.3

.include <bsd.port.mk>