1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/p5-String-Ediff/Makefile
Cheng-Lung Sung ab8ebca8ab - Update to 0.09
- Take maintainership

PR:		ports/112472
Submitted by:	clsung
2007-05-25 09:46:21 +00:00

23 lines
477 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.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@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>