16 lines
226 B
Makefile
16 lines
226 B
Makefile
|
COMMENT= TFTP client class
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = Net-TFTP-0.1901
|
||
|
CATEGORIES= net
|
||
|
REVISION = 0
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
TEST_DEPENDS= devel/p5-Test-MockModule \
|
||
|
devel/p5-Test-Warn
|
||
|
|
||
|
.include <bsd.port.mk>
|