aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-File-Which/Makefile
blob: 6b8e857341880f525efd0168e52375238a6fd40b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-File-Which
# Date created:             28 December 2002
# Whom:                 Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

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

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

PERL_CONFIGURE= yes

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

.include <bsd.port.mk>