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

22 lines
414 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
PORTVERSION= 1.27
CATEGORIES= devel perl5
MASTER_SITES= CPAN
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= perl@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>