4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
414 B
Makefile
21 lines
414 B
Makefile
# 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.27
|
|
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>
|