1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/p5-File-MMagic/Makefile
Erwin Lansing 2d6c1620e7 Update to 1.20
Submitted by:	mat
2003-08-19 17:03:22 +00:00

23 lines
460 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.20
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= Perl5 module to guess file type like file(1)
PERL_CONFIGURE= YES
MAN3= File::MMagic.3
.include <bsd.port.mk>