freebsd-ports/devel/p5-File-MMagic-XS/Makefile
2008-04-30 12:56:55 +00:00

22 lines
457 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.09.003
DISTVERSION= ${PORTVERSION:C/\.(...)$/\1/}
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Guess File Type With XS (a la mod_mime_magic)
MAN3= File::MMagic::XS.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>