Makefile 321 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.9 2016/03/20 19:57:22 naddy Exp $
  2. COMMENT= test framework for HTTP::Server::Simple
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME = Test-HTTP-Server-Simple-0.11
  6. CATEGORIES= www devel
  7. # perl
  8. PERMIT_PACKAGE_CDROM= Yes
  9. RUN_DEPENDS= www/p5-HTTP-Server-Simple
  10. MAKE_ENV= TEST_POD=Yes
  11. .include <bsd.port.mk>