df4e1203e4
ok jasper@ (final commit)
22 lines
412 B
Makefile
22 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.20 2010/12/03 11:46:49 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module for approximate matching
|
|
|
|
MODULES= cpan
|
|
DISTNAME= String-Approx-3.26
|
|
REVISION= 2
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# LGPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|