1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/devel/p5-Term-Query/Makefile
Matthew Hunt 907f2f12f8 Import of Term::Query, a Perl 5 module for interactive, screen-oriented
programs.

PR:		6716
Submitted by:	wollman
1998-05-22 02:07:30 +00:00

28 lines
632 B
Makefile

# New ports collection makefile for: p5-Term-Query
# Version required: 2.0
# Date created: 21 May 1998
# Whom: Garrett Wollman <wollman@lcs.mit.edu>
#
# $Id$
#
DISTNAME= Term-Query-2.0
PKGNAME= p5-Term-Query-2.0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
MAINTAINER= ports@FreeBSD.ORG
RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Array/PrintCols.pm:${PORTSDIR}/misc/p5-Array-PrintCols
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5
MAN3= Term::Query.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>