16 lines
292 B
Makefile
16 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.6 2014/11/14 09:01:20 benoit Exp $
|
|
|
|
COMMENT= perl module for portable testing of commands and scripts
|
|
|
|
DISTNAME = Test-Cmd-1.06
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES=cpan
|
|
|
|
.include <bsd.port.mk>
|