diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
commit | cd3cb6184d743f557750904f520cdc062e37b05e (patch) | |
tree | a0a6ea50f1979424b6292321aaea818b1b88aec4 /security/sshit | |
parent | 72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (diff) | |
download | ports-cd3cb6184d743f557750904f520cdc062e37b05e.tar.gz ports-cd3cb6184d743f557750904f520cdc062e37b05e.zip |
Notes
Diffstat (limited to 'security/sshit')
-rw-r--r-- | security/sshit/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/sshit/Makefile b/security/sshit/Makefile index c9568e081cf6..148733a4ed14 100644 --- a/security/sshit/Makefile +++ b/security/sshit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshit -# Date created: 18 December 2005 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= sshit PORTVERSION= 0.6 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ p5-Proc-PID-File>=0:${PORTSDIR}/devel/p5-Proc-PID-File NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message |