60ea644b11
- remove USE_GROFF ok kevlo@ (maintainer)
19 lines
312 B
Makefile
19 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.23 2013/03/24 21:42:54 benoit Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module for approximate matching
|
|
|
|
MODULES= cpan
|
|
DISTNAME = String-Approx-3.27
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# LGPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|