freebsd-ports/devel/p5-ReadLine-Perl/Makefile
Will Andrews c9a679a638 Update to 0.9908.
PR:		20535
Submitted by:	Dmitry S. Sivachenko <dima@chg.ru>
2000-08-11 10:34:03 +00:00

24 lines
494 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= 0.9908
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
PKGNAMEPREFIX= p5-
DISTNAME= Term-ReadLine-Perl-${PORTVERSION}
MAINTAINER= mph@freebsd.org
USE_PERL5= YES
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>