mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
668e0f51f4
checks haven't missed anything. Submitted by: dima
28 lines
697 B
Makefile
28 lines
697 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: Makefile,v 1.2 1998/08/12 09:57:57 asami Exp $
|
|
#
|
|
|
|
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/${PERL_VER}/Array/PrintCols.pm:${PORTSDIR}/misc/p5-Array-PrintCols
|
|
|
|
USE_PERL5= YES
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Term::Query.3
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|