14 lines
220 B
Makefile
14 lines
220 B
Makefile
|
COMMENT = designated tests only run by module authors
|
||
|
|
||
|
DISTNAME = Module-Install-AuthorTests-0.002
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES += cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|