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

23 lines
435 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-File-MMagic-XS
# Date created: 18 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-MMagic-XS
PORTVERSION= 0.09006
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Guess File Type With XS (a la mod_mime_magic)
MAKE_JOBS_UNSAFE= yes
2011-12-08 08:27:46 +01:00
PERL_CONFIGURE= yes
2011-12-08 08:27:46 +01:00
MAN3= File::MMagic::XS.3
.include <bsd.port.mk>