ports/devel/p5-Shell-Guess/Makefile

16 lines
259 B
Makefile

COMMENT = make an educated guess about the shell in use
MODULES = cpan
PKG_ARCH = *
DISTNAME = Shell-Guess-0.09
CATEGORIES = devel
# perl
PERMIT_PACKAGE = Yes
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = sysutils/p5-Unix-Process
.include <bsd.port.mk>