1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/security/ppars/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

23 lines
456 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: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>