15 lines
189 B
Makefile
15 lines
189 B
Makefile
|
COMMENT = portable implementation of 'which' in Perl
|
||
|
|
||
|
DISTNAME = File-Which-1.27
|
||
|
|
||
|
CATEGORIES = sysutils
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|