1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/security/ppars/Makefile
Bartek Rutkowski 21da940add security/ppars: update 1.1 -> 1.2
- Update maintainer's email

PR:		199089
Submitted by:	Joe Barbish <joeb1@a1poweruser.com>
2015-04-02 10:34:15 +00:00

23 lines
468 B
Makefile

# Created by: Joe Barbish <ppars1@a1poweruser.com>
# $FreeBSD$
PORTNAME= ppars
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= ppars1@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>