diff options
Diffstat (limited to 'devel/p5-String-Ediff/Makefile')
-rw-r--r-- | devel/p5-String-Ediff/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-String-Ediff/Makefile b/devel/p5-String-Ediff/Makefile index a3f7cd35e6e4..467fa89f977d 100644 --- a/devel/p5-String-Ediff/Makefile +++ b/devel/p5-String-Ediff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-String-Ediff -# Date created: 12 May 2004 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= String-Ediff PORTVERSION= 0.09 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to produce common sub-string indices for two strings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= String::Ediff.3 |