2000-03-01 21:29:09 +01:00
|
|
|
# New ports collection makefile for: p5-File-MMagic
|
|
|
|
# Date created: 25 February 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= File-MMagic
|
2004-04-04 20:15:32 +02:00
|
|
|
PORTVERSION= 1.22
|
2000-03-01 21:29:09 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2001-05-10 06:18:55 +02:00
|
|
|
MASTER_SITE_SUBDIR= File
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-03-01 21:29:09 +01:00
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Perl5 module to guess file type like file(1)
|
2000-03-01 21:29:09 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-03-01 21:29:09 +01:00
|
|
|
|
2001-05-10 06:18:55 +02:00
|
|
|
MAN3= File::MMagic.3
|
2000-03-01 21:29:09 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|