summaryrefslogtreecommitdiff
path: root/sysutils/p5-File-Which/Makefile
blob: 5ac125e48363bfc18f76039761979bca673f76e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$

PORTNAME=	File-Which
PORTVERSION=	1.09
CATEGORIES=	sysutils perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Portable implementation of `which' in Perl

TEST_DEPENDS=	p5-Test-Script>=1.05:${PORTSDIR}/devel/p5-Test-Script

USES=		perl5
USE_PERL5=	configure

MAN1=		pwhich.1
MAN3=		File::Which.3

NO_STAGE=	yes
.include <bsd.port.mk>