Makefile 510 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.12 2016/03/20 19:56:49 naddy Exp $
  2. COMMENT = guess file type with XS (a la mod_mime_magic)
  3. MODULES = cpan
  4. DISTNAME = File-MMagic-XS-0.09008
  5. CATEGORIES = misc
  6. REVISION = 0
  7. # Perl
  8. PERMIT_PACKAGE_CDROM = Yes
  9. WANTLIB += c perl
  10. BUILD_DEPENDS = devel/p5-Module-Install-AuthorTests \
  11. devel/p5-Module-Install-Repository \
  12. devel/p5-Module-Install-XSUtil
  13. MAKE_ENV += TEST_POD=1
  14. # Remove ancient copies of bundled modules.
  15. post-extract:
  16. rm -fr ${WRKSRC}/inc/
  17. .include <bsd.port.mk>