de3fc51890
look okay to steven@
20 lines
383 B
Makefile
20 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/01/21 21:46:21 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "calculate the similarity of two strings"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= String-Similarity-1.02
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|