freebsd-ports/devel/p5-File-MMagic/Makefile

23 lines
460 B
Makefile
Raw Normal View History

# 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
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-
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)
PERL_CONFIGURE= YES
2001-05-10 06:18:55 +02:00
MAN3= File::MMagic.3
.include <bsd.port.mk>