freebsd-ports/devel/p5-ReadLine-Perl/Makefile
Matthew Hunt 76fabc8826 Upgrade to 1.0203.
PR:		ports/52207
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-05-16 00:30:44 +00:00

21 lines
492 B
Makefile

# 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.0203
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 for Term::ReadLine editing without GNU readline
PERL_CONFIGURE= YES
.include <bsd.port.mk>