16 lines
331 B
Makefile
16 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/10/11 23:50:58 naddy Exp $
|
|
|
|
COMMENT= portable implementation of 'which' in Perl
|
|
MODULES= cpan
|
|
DISTNAME= File-Which-1.09
|
|
REVISION= 0
|
|
CATEGORIES= sysutils
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Test-Script>=1.05
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|