20 lines
359 B
Makefile
20 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/10/18 20:52:09 espie Exp $
|
|
|
|
COMMENT= guess file type
|
|
|
|
DISTNAME= File-MMagic-1.27
|
|
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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|