2006-06-18 19:34:23 +02:00
|
|
|
# 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
|
2010-06-10 07:16:39 +02:00
|
|
|
PORTVERSION= 0.09006
|
2006-06-18 19:34:23 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-18 19:34:23 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-10 07:16:39 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-06-18 19:34:23 +02:00
|
|
|
COMMENT= Guess File Type With XS (a la mod_mime_magic)
|
|
|
|
|
2010-06-10 07:16:39 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2011-12-08 08:27:46 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2010-06-10 07:16:39 +02:00
|
|
|
|
2011-12-08 08:27:46 +01:00
|
|
|
MAN3= File::MMagic::XS.3
|
2006-06-18 19:34:23 +02:00
|
|
|
|
2012-12-17 16:10:35 +01:00
|
|
|
.include <bsd.port.mk>
|