241b722760
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/09/15 22:36:57 merdely Exp $
|
|
|
|
COMMENT= client for the Secure File Transfer Protocol
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-SFTP-0.10
|
|
CATEGORIES= net security
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::net/p5-Net-SSH-Perl
|
|
|
|
.include <bsd.port.mk>
|