freebsd-ports/devel/p5-File-MMagic-XS/Makefile
Andrej Zverev 56c5bc62fb Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:10:35 +00:00

22 lines
435 B
Makefile

# 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
PERL_CONFIGURE= yes
MAN3= File::MMagic::XS.3
.include <bsd.port.mk>