Files
bsdports/perl/p5-File-Which/Makefile
2019-12-26 07:26:06 +00:00

18 lines
261 B
Makefile

#
# $Id
#
PORTNAME= File-Which
PORTVERSION= 1.21
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Portable implementation of which(1) in Perl
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF