openbsd-ports/textproc/p5-Text-LevenshteinXS/Makefile

18 lines
326 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:42:44 espie Exp $
2006-04-18 07:36:35 -04:00
COMMENT= perl implementation of Levenshtein edit distance
2006-04-18 07:36:35 -04:00
MODULES= cpan
2006-04-18 07:36:35 -04:00
DISTNAME= Text-LevenshteinXS-0.03
2012-08-23 12:02:37 -04:00
REVISION= 4
CATEGORIES= textproc devel
2006-04-18 07:36:35 -04:00
SHARED_ONLY= Yes
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
2006-04-18 07:36:35 -04:00
# Artistic
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 12:02:37 -04:00
WANTLIB += c
2006-04-18 07:36:35 -04:00
.include <bsd.port.mk>