aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-MMagic/Makefile
blob: b5d18f6d61f32276d944a19e7a7d2e9049925380 (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-MMagic
# Date created:     25 February 2000
# Whom:             Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   File-MMagic
PORTVERSION=    1.26
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX=  p5-

MAINTAINER= erwin@FreeBSD.org
COMMENT=    Perl5 module to guess file type like file(1)

PERL_CONFIGURE= YES

MAN3=       File::MMagic.3

.include <bsd.port.mk>