Makefile 273 B

12345678910111213141516
  1. # $OpenBSD: Makefile,v 1.22 2016/03/20 19:57:08 naddy Exp $
  2. COMMENT= calculate the similarity of two strings
  3. MODULES= cpan
  4. DISTNAME = String-Similarity-1.04
  5. CATEGORIES= textproc
  6. REVISION = 2
  7. # GPLv2
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c perl
  10. .include <bsd.port.mk>