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
|
|
|
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
|
|
|
|
p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
|
|
|
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2006-06-18 19:34:23 +02:00
|
|
|
MAN3= File::MMagic::XS.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|