opnsense-ports/security/p5-Authen-Simple-SSH/Makefile
Franco Fichtner a273393303 */*: sync with upstream
Taken from: HardenedBSD
2017-09-16 12:42:43 +02:00

25 lines
500 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Authen-Simple-SSH
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple SSH authentication
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \
p5-Net-SSH-Perl>=0:net/p5-Net-SSH-Perl
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>