Makefile 300 B

12345678910111213141516171819
  1. COMMENT = write your linewise code for handles; this does the rest
  2. DISTNAME = Mixin-Linewise-0.110
  3. CATEGORIES = devel
  4. # Perl
  5. PERMIT_PACKAGE = Yes
  6. MODULES = cpan
  7. CPAN_AUTHOR = RJBS
  8. RUN_DEPENDS = devel/p5-Sub-Exporter \
  9. textproc/p5-PerlIO-utf8_strict
  10. PKG_ARCH = *
  11. .include <bsd.port.mk>