naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

16 lines
273 B
Makefile

# $OpenBSD: Makefile,v 1.22 2016/03/20 19:57:08 naddy Exp $
COMMENT= calculate the similarity of two strings
MODULES= cpan
DISTNAME = String-Similarity-1.04
CATEGORIES= textproc
REVISION = 2
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c perl
.include <bsd.port.mk>