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

21 lines
410 B
Makefile
Raw Normal View History

2012-08-23 12:02:37 -04:00
# $OpenBSD: Makefile,v 1.11 2012/08/23 16:02:37 sthen 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-08-23 12:02:37 -04:00
WANTLIB += c
2006-04-18 07:36:35 -04:00
.include <bsd.port.mk>