mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
baba9cd29f
- this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
24 lines
469 B
Makefile
24 lines
469 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= File
|
|
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>
|