mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fbac1d4b59
- Use shebangfix
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# Created by: Joe Barbish <fbsd_user@a1poweruser.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ppars
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.dshield.org/clients/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= fbsd_user@a1poweruser.com
|
|
COMMENT= Proactive Probing Abuse Reporting System
|
|
|
|
RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
|
|
|
|
USES= perl5 shebangfix
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
SUB_FILES= pkg-message
|
|
SHEBANG_FILES= *.pl
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|