freebsd-ports/devel/p5-ReadLine-Perl/Makefile
Martin Wilke 8442abebbd - Update to 1.0303
PR:		140276
Submitted by:	Florian Smeets <flo@kasimir.com>
2009-11-05 20:42:38 +00:00

21 lines
481 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.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>