1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/sysutils/p5-File-Which/Makefile
Dmitry Sivachenko b394eeec15 Add TEST_DEPENDS.
PR:		164496
Submitted by:	swills
2012-01-30 15:07:54 +00:00

25 lines
493 B
Makefile

# New ports collection makefile for: p5-File-Which
# Date created: 28 December 2002
# Whom: 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
PERL_CONFIGURE= yes
MAN1= pwhich.1
MAN3= File::Which.3
.include <bsd.port.mk>