blob: 15b48fd2d3d65d90473751905d3d05577ddb2454 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.03
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>
|