f34f7772fa
for now keep USE_GROFF here. these manpages wants a missing (.RS/.RE) feature, already in mandoc TODO discussed with schwarze@ OK sthen@
20 lines
382 B
Makefile
20 lines
382 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/05/23 14:13:50 gsoares Exp $
|
|
|
|
COMMENT= SSH File Transfer Protocol client
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-SFTP-Foreign-1.65
|
|
CATEGORIES= net security
|
|
USE_GROFF= Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIST= samples
|
|
|
|
.include <bsd.port.mk>
|