freebsd-ports/security/ppars/Makefile
Kurt Jaeger 5ca652a76f security/ppars: 1.0 -> 1.1
- 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)
2014-07-09 19:31:58 +00:00

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>