diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 18:03:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 18:03:40 +0000 |
commit | 7edda98febad312802475dba6b50d7479a37397b (patch) | |
tree | d7408d44121869e025a5f787d2662ce6fee4d2b9 /security/ipfcount/Makefile | |
parent | cd3cb6184d743f557750904f520cdc062e37b05e (diff) | |
download | ports-7edda98febad312802475dba6b50d7479a37397b.tar.gz ports-7edda98febad312802475dba6b50d7479a37397b.zip |
Notes
Diffstat (limited to 'security/ipfcount/Makefile')
-rw-r--r-- | security/ipfcount/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/ipfcount/Makefile b/security/ipfcount/Makefile index 2b9e8509c69a..78de69f8182c 100644 --- a/security/ipfcount/Makefile +++ b/security/ipfcount/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipfcount -# Date created: 22 December 2005 -# Whom: Robert Archer <freebsd@deathbeforedecaf.net> -# +# Created by: Robert Archer <freebsd@deathbeforedecaf.net> # $FreeBSD$ -# PORTNAME= ipfcount PORTVERSION= 0.2.1 @@ -18,7 +14,7 @@ COMMENT= Summarise ipf logs by counting and sorting the fields PLIST_FILES= bin/ipfcount MAN1= ipfcount.1 -USE_PERL5= yes +USES= perl5 .if !defined(NOPORTDOCS) PLIST_DIRS= %%EXAMPLESDIR%% |