freebsd-ports/devel/p5-Term-Query/Makefile

24 lines
502 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Term-Query
# Date created: 21 May 1998
# Whom: Garrett Wollman <wollman@lcs.mit.edu>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= Term-Query
PORTVERSION= 2.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= An interactive question-response user interface module
RUN_DEPENDS= ${SITE_PERL}/Array/PrintCols.pm:${PORTSDIR}/misc/p5-Array-PrintCols
PERL_CONFIGURE= YES
MAN3= Term::Query.3
.include <bsd.port.mk>