20 lines
324 B
Makefile
20 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.24 2014/06/14 23:26:02 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module for approximate matching
|
|
|
|
MODULES= cpan
|
|
DISTNAME = String-Approx-3.27
|
|
CATEGORIES= textproc
|
|
REVISION = 0
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# LGPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|