aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Type/Makefile
blob: 8ad1ea90eb0342afbf670a10ed6ae1ce6dbd0fb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: 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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>