2001-01-04 00:14:38 +01:00
|
|
|
# New ports collection makefile for: Algorithm::Diff
|
|
|
|
# Date created: 04 Nov 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-Diff
|
2002-05-28 17:44:59 +02:00
|
|
|
PORTVERSION= 1.15
|
2001-01-04 00:14:38 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Algorithm
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-08-14 17:53:18 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl interface to compute differences between two objects
|
2001-01-04 00:14:38 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Algorithm::Diff.3 Algorithm::DiffOld.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|