17 lines
269 B
Makefile
17 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/07/03 21:45:43 sthen Exp $
|
|
|
|
COMMENT= portable implementation of 'which' in Perl
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME = File-Which-1.23
|
|
REVISION = 0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|