Makefile 305 B

12345678910111213141516
  1. # $OpenBSD: Makefile,v 1.9 2016/03/20 19:57:08 naddy Exp $
  2. COMMENT = rewrite strings based on a set of known prefixes
  3. DISTNAME = String-RewritePrefix-0.007
  4. CATEGORIES = textproc
  5. MODULES = cpan
  6. PKG_ARCH = *
  7. # Perl
  8. PERMIT_PACKAGE_CDROM = Yes
  9. RUN_DEPENDS = devel/p5-Sub-Exporter
  10. .include <bsd.port.mk>