5ca652a76f
- original distribution site no longer has source, moved to sourceforge - changed maintainer email (same person, different address) - tested staging PR: 190259 Submitted by: joeb1@a1poweruser.com (maintainer)
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# Created by: Joe Barbish <joeb1@a1poweruser.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ppars
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= joeb1@a1poweruser.com
|
|
COMMENT= Proactive Probing Abuse Reporting System
|
|
|
|
RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
|
|
|
|
USES= perl5 shebangfix tar:bzip2
|
|
NO_BUILD= yes
|
|
|
|
SHEBANG_FILES= *.pl
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|