diff options
Diffstat (limited to 'devel/p5-ReadLine-Perl/Makefile')
-rw-r--r-- | devel/p5-ReadLine-Perl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-ReadLine-Perl/Makefile b/devel/p5-ReadLine-Perl/Makefile index f0a6431f4e60..4e87df506dd1 100644 --- a/devel/p5-ReadLine-Perl/Makefile +++ b/devel/p5-ReadLine-Perl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ReadLine-Perl -# Date created: 20 February 1998 -# Whom: Matthew Hunt <mph@pobox.com> -# +# Created by: Matthew Hunt <mph@pobox.com> # $FreeBSD$ -# PORTNAME= ReadLine-Perl PORTVERSION= 1.0303 @@ -17,6 +13,7 @@ DISTNAME= Term-${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= perl@FreeBSD.org COMMENT= Perl 5 module for Term::ReadLine editing without GNU readline -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |