304a1e33b5
"feel free" kevlo@
20 lines
385 B
Makefile
20 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.12 2008/10/05 21:58:37 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= calculate the similarity of two strings
|
|
|
|
MODULES= cpan
|
|
DISTNAME= String-Similarity-1.03
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|