openbsd-ports/devel/p5-Algorithm-MDiff/Makefile
kevlo 4e0238a7b2 Initial import of Algorithm-MDiff-0.94
This interface to calculate m-difference between two objects
2001-01-09 05:43:43 +00:00

21 lines
436 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/09 05:43:43 kevlo Exp $
DISTNAME= Algorithm-MDiff-0.94
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.351
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
CONFIGURE_STYLE= perl
.include <bsd.port.mk>