openbsd-ports/textproc/p5-String-Similarity/Makefile

22 lines
454 B
Makefile
Raw Normal View History

2003-11-15 10:12:53 -05:00
# $OpenBSD: Makefile,v 1.5 2003/11/15 15:12:54 sturm Exp $
COMMENT= "calculate the similarity of two strings"
DISTNAME= String-Similarity-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2003-11-15 10:12:53 -05:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-05-14 08:07:09 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>