Makefile 288 B

12345678910111213141516171819
  1. # $OpenBSD$
  2. COMMENT = allow a module's pod to contain Pod::Coverage hints
  3. DISTNAME = Pod-Coverage-TrustPod-0.100005
  4. CATEGORIES = devel
  5. # Perl
  6. PERMIT_PACKAGE = Yes
  7. MODULES = cpan
  8. RUN_DEPENDS = devel/p5-Pod-Eventual \
  9. devel/p5-Pod-Coverage
  10. PKG_ARCH = *
  11. .include <bsd.port.mk>