20 lines
381 B
Makefile
20 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.9 2012/07/17 22:04:37 bluhm 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
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|