19 lines
265 B
Makefile
19 lines
265 B
Makefile
|
COMMENT = test routines for external commands
|
||
|
|
||
|
DISTNAME = Test-Command-0.11
|
||
|
REVISION = 2
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
TEST_DEPENDS = devel/p5-Test-Pod \
|
||
|
devel/p5-Test-Pod-Coverage
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|