17 lines
302 B
Makefile
17 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:23:57 espie Exp $
|
|
|
|
COMMENT = perl module to guess file type from contents
|
|
|
|
DISTNAME = File-MMagic-1.29
|
|
|
|
CATEGORIES = misc
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# misc, Apache
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|