diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 13:54:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 13:54:50 +0000 |
commit | 2e24707c96c566166fcf9785c12d2d961d1c586d (patch) | |
tree | 6ad8879b9a138416ef4b26bc646126e12fd4f892 /security/isnprober | |
parent | bac4da00aa6c6c7a9f2e2c554324bd96d1e07821 (diff) |
Notes
Diffstat (limited to 'security/isnprober')
-rw-r--r-- | security/isnprober/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/isnprober/Makefile b/security/isnprober/Makefile index 82d592f33be6..c1e9a9d9e75a 100644 --- a/security/isnprober/Makefile +++ b/security/isnprober/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: isnprober -# Date created: 28/7/2006 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= isnprober PORTVERSION= 1.02 @@ -21,7 +17,8 @@ RUN_DEPENDS= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP PLIST_FILES= bin/${PORTNAME} PORTDOCS= README -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes do-install: |