20 lines
385 B
Makefile
20 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 17:48:07 espie Exp $
|
|
|
|
COMMENT= perl module for portable testing of commands and scripts
|
|
|
|
DISTNAME= Test-Cmd-1.05
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sebastian Trahm <basti@schleifi.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES=cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|