16 lines
264 B
Makefile
16 lines
264 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/10/11 23:50:28 naddy Exp $
|
|
|
|
COMMENT= TFTP client class
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-TFTP-0.19
|
|
CATEGORIES= net
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
TEST_DEPENDS= devel/p5-Test-MockModule \
|
|
devel/p5-Test-Warn
|
|
|
|
.include <bsd.port.mk>
|