aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ReadLine-Gnu/Makefile
blob: bdb843fa81ca36ebfb632ed48b48509ddec58681 (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
# 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.12
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
PKGNAMEPREFIX=  p5-
DISTNAME=   Term-${PORTNAME}-${PORTVERSION}

MAINTAINER= mph@FreeBSD.org

PERL_CONFIGURE= yes

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=       Term::ReadLine::Gnu.3

.include <bsd.port.mk>