19 lines
312 B
Makefile
19 lines
312 B
Makefile
|
COMMENT = test file attributes
|
||
|
|
||
|
DISTNAME = Test-File-1.993
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# Artistic 2.0
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
RUN_DEPENDS = devel/p5-Test-Manifest
|
||
|
TEST_DEPENDS = devel/p5-Test-utf8 \
|
||
|
devel/p5-Test-Pod>=1.00 \
|
||
|
devel/p5-Test-Pod-Coverage>=1.00
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|