blob: d2ea69b05741041dbc14392e933312ded7552f7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.17a
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=Term
PKGNAMEPREFIX= p5-
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
MAINTAINER= shaun@FreeBSD.org
COMMENT= Perl 5 module that allows Term::ReadLine to use GNU readline
PERL_CONFIGURE= 5.8.0+
WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
MAN3= Term::ReadLine::Gnu.3
.include <bsd.port.mk>
|