aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ReadLine-Gnu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-ReadLine-Gnu/Makefile')
-rw-r--r--devel/p5-ReadLine-Gnu/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/p5-ReadLine-Gnu/Makefile b/devel/p5-ReadLine-Gnu/Makefile
index d53ec404af30..d2ea69b05741 100644
--- a/devel/p5-ReadLine-Gnu/Makefile
+++ b/devel/p5-ReadLine-Gnu/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= ReadLine-Gnu
-PORTVERSION= 1.16
+PORTVERSION= 1.17a
CATEGORIES= devel perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR=Term
PKGNAMEPREFIX= p5-
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
@@ -16,14 +17,8 @@ MAINTAINER= shaun@FreeBSD.org
COMMENT= Perl 5 module that allows Term::ReadLine to use GNU readline
PERL_CONFIGURE= 5.8.0+
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/lib/libreadline.so)
-CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
-.endif
+WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
MAN3= Term::ReadLine::Gnu.3
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>