df5b1f2677
File::Which was created to be able to get the paths to executable programs on systems under which the `which' program wasn't implemented in the shell. ok msf@
17 lines
360 B
Makefile
17 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/04 05:49:39 jasper Exp $
|
|
|
|
COMMENT= "portable implementation of 'which' in Perl"
|
|
MODULES= cpan
|
|
DISTNAME= File-Which-0.05
|
|
CATEGORIES= sysutils
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= PEREINAR
|
|
|
|
.include <bsd.port.mk>
|