mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
92af189d28
Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52206
24 lines
517 B
Makefile
24 lines
517 B
Makefile
# New ports collection makefile for: p5-ReadLine-Gnu
|
|
# Date created: 19 February 1998
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ReadLine-Gnu
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Term
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= mph@FreeBSD.org
|
|
COMMENT= Perl 5 module that allows Term::ReadLine to use GNU readline
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Term::ReadLine::Gnu.3
|
|
|
|
.include <bsd.port.mk>
|