freebsd-ports/devel/p5-String-Ediff/Makefile
Colin Percival 5ae017ccee Upgrade to version 0.04 to fix a core dump bug which cvsweb was running
into.

PR:		ports/77488
Submitted by:	Jonathan Noack
Approved by:	jylefort
Timeout from:	knu (maintainer, 5 months)
2005-07-26 03:09:33 +00:00

22 lines
474 B
Makefile

# New ports collection makefile for: p5-String-Ediff
# Date created: 12 May 2004
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= String-Ediff
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
COMMENT= Perl module to produce common sub-string indices for two strings
PERL_CONFIGURE= yes
MAN3= String::Ediff.3
.include <bsd.port.mk>