Update security/nss to version 3.17
[dports.git] / security / p5-Authen-Simple-SSH / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Authen-Simple-SSH
5 PORTVERSION=    0.1
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Simple SSH authentication
12
13 BUILD_DEPENDS=  p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \
14                 p5-Net-SSH-Perl>=0:${PORTSDIR}/net/p5-Net-SSH-Perl
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      modbuild
19
20 .include <bsd.port.mk>