diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /security/ipfmeta | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'security/ipfmeta')
-rw-r--r-- | security/ipfmeta/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/ipfmeta/Makefile b/security/ipfmeta/Makefile index 5ff1bdbaa9cc..f72c8b06d85e 100644 --- a/security/ipfmeta/Makefile +++ b/security/ipfmeta/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: ipfmeta -# Date created: Feb 22, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ipfmeta PORTVERSION= 1.3 @@ -14,7 +9,7 @@ MASTER_SITES= http://www.sentia.org/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= ipfmeta - use objects in IPfilter files -USE_PERL5= yes +USES= perl5 MAN1= ipfmeta.1 POD2MAN?= pod2man |