19 lines
373 B
Makefile
19 lines
373 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/21 13:52:42 sturm 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
|
||
|
|
||
|
.include <bsd.port.mk>
|