18 lines
310 B
Makefile
18 lines
310 B
Makefile
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:47:52 sthen 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 = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|