blob: 46547b59a68ebd1d5bafdaf7d98a30ff1e796ee9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= File-MMagic
PORTVERSION= 1.30
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to guess file type like file(1)
PERL_CONFIGURE= yes
MAN3= File::MMagic.3
.include <bsd.port.mk>
|