diff options
author | az <az@FreeBSD.org> | 2013-09-12 01:07:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 01:07:20 +0800 |
commit | 8892259f25adf21ec6849accd7accb334c2fb698 (patch) | |
tree | a7b2fde8299b8a6d0b583d133b8d90be8229e27d /security/ipfwcount | |
parent | ff9717ddec17b08d121fdb7e605a258c6529a0a5 (diff) | |
download | freebsd-ports-gnome-8892259f25adf21ec6849accd7accb334c2fb698.tar.gz freebsd-ports-gnome-8892259f25adf21ec6849accd7accb334c2fb698.tar.zst freebsd-ports-gnome-8892259f25adf21ec6849accd7accb334c2fb698.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/ipfwcount')
-rw-r--r-- | security/ipfwcount/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/ipfwcount/Makefile b/security/ipfwcount/Makefile index f637deae7803..122f6b320a1b 100644 --- a/security/ipfwcount/Makefile +++ b/security/ipfwcount/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipfwcount -# Date created: 22 February 2006 -# Whom: Robert Archer <freebsd@deathbeforedecaf.net> -# +# Created by: Robert Archer <freebsd@deathbeforedecaf.net> # $FreeBSD$ -# PORTNAME= ipfwcount PORTVERSION= 0.2.1 @@ -18,7 +14,7 @@ COMMENT= Summarise ipfw logs by counting and sorting the fields PLIST_FILES= bin/ipfwcount MAN1= ipfwcount.1 -USE_PERL5= yes +USES= perl5 .if !defined(NOPORTDOCS) PLIST_DIRS= %%EXAMPLESDIR%% |