17 lines
302 B
Makefile
17 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/07/05 00:56:41 bluhm Exp $
|
|
|
|
COMMENT = perl module to guess file type from contents
|
|
|
|
DISTNAME = File-MMagic-1.30
|
|
|
|
CATEGORIES = misc
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# misc, Apache
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|