summaryrefslogtreecommitdiff
path: root/devel/p5-ReadLine-Perl/Makefile
blob: b7d7d9520cda9b5efc8e6a82e57d5c9eb9ab593c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-ReadLine-Perl
# Version required:			0.9904
# Date created:				20 February 1998
# Whom:	      				Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.1.1.1 1998/04/17 20:57:27 mph Exp $
#

DISTNAME=	Term-ReadLine-Perl-0.9904
PKGNAME=	p5-ReadLine-Perl-0.9904
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Term

MAINTAINER=	mph@freebsd.org

USE_PERL5=	YES

do-configure:
		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

.include <bsd.port.mk>