Makefile 315 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.28 2016/03/20 19:56:08 naddy Exp $
  2. COMMENT= module to implement efficient mapping tables
  3. DISTNAME = Unicode-Map8-0.13
  4. CATEGORIES= converters
  5. MODULES= cpan
  6. REVISION = 0
  7. # Perl
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c perl
  10. RUN_DEPENDS= converters/p5-Unicode-String
  11. .include <bsd.port.mk>