Makefile 316 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.12 2016/03/20 19:56:49 naddy Exp $
  2. COMMENT = perl module to guess file type from contents
  3. DISTNAME = File-MMagic-1.30
  4. CATEGORIES = misc
  5. MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
  6. # misc, Apache
  7. PERMIT_PACKAGE_CDROM = Yes
  8. MODULES = cpan
  9. PKG_ARCH = *
  10. .include <bsd.port.mk>