openbsd-ports/devel/p5-Algorithm-Diff/Makefile
kevlo ccb4f9c1dd Initial import of Algorithm-Diff-1.10
This interface to compute differences between two objects
2001-01-09 05:42:24 +00:00

21 lines
435 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/09 05:42:24 kevlo Exp $
DISTNAME= Algorithm-Diff-1.10
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>