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