4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
424 B
Makefile
22 lines
424 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= 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>
|