17 lines
306 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:09 sthen Exp $
2015-01-26 08:00:22 +00:00
COMMENT = perl module for portable testing of commands and scripts
2015-10-30 10:43:29 +00:00
DISTNAME = Test-Cmd-1.09
2015-01-26 08:00:22 +00:00
CATEGORIES = devel
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# perl
PERMIT_PACKAGE = Yes
2015-01-26 08:00:22 +00:00
MODULES = cpan
PKG_ARCH = *
.include <bsd.port.mk>