openbsd-ports/misc/p5-File-MMagic/Makefile
sturm 3f466e2736 Initial import of File-MMagic 1.22
The perl module File::MMagic guesses the file type from its contents
like the file(1) command.

from Alexander Bluhm <alexander_bluhm@genua.de>
2005-02-10 18:35:06 +00:00

24 lines
457 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/02/10 18:35:06 sturm Exp $
COMMENT= "Perl module to guess file type"
DISTNAME= File-MMagic-1.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc
MAINTAINER= Alexander Bluhm <alexander_bluhm@genua.de>
# misc, Apache
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>