openbsd-ports/net/p5-Net-SCP/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

19 lines
361 B
Makefile

# $OpenBSD: Makefile,v 1.2 2016/03/20 19:56:54 naddy Exp $
COMMENT = Perl extension for SCP secure copy protocol
MODULES = cpan
PKG_ARCH = *
DISTNAME = Net-SCP-0.08
CATEGORIES = net
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = net/p5-Net-SSH \
textproc/p5-String-ShellQuote
.include <bsd.port.mk>