summaryrefslogtreecommitdiff
path: root/devel/p5-ReadLine-Perl/Makefile
blob: 1b98d395fc12922895c845689bae2e15c05f7096 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-ReadLine-Perl
# Date created:				20 February 1998
# Whom:	      				Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#

PORTNAME=	ReadLine-Perl
PORTVERSION=	1.0303
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=Term
PKGNAMEPREFIX=	p5-
DISTNAME=	Term-${PORTNAME}-${PORTVERSION:C/0+$//}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Perl 5 module for Term::ReadLine editing without GNU readline

PERL_CONFIGURE=	YES

.include <bsd.port.mk>