freebsd-ports/net/p5-Net-SFTP-Foreign/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

28 lines
719 B
Makefile

# New ports collection makefile for: Net-SFTP-Foreign
# Date created: 27 Jun 2006
# Whom: Simun Mikecin <numisemis@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= Net-SFTP-Foreign
DISTVERSION= 0.90_15
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SALVA
PKGNAMEPREFIX= p5-
MAINTAINER= numisemis@yahoo.com
COMMENT= Net::SFTP::Foreign - Secure File Transfer Protocol client
PERL_CONFIGURE= 5.8.0+
MAN3= Net::SFTP::Foreign.3 \
Net::SFTP::Foreign::Attributes.3 \
Net::SFTP::Foreign::Attributes::Compat.3 \
Net::SFTP::Foreign::Buffer.3 \
Net::SFTP::Foreign::Compat.3 \
Net::SFTP::Foreign::Constants.3 \
Net::SFTP::Foreign::Local.3
.include <bsd.port.mk>