1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/security/ppars/Makefile
Andrej Zverev c9b4f372f4 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 12:42:52 +00:00

31 lines
638 B
Makefile

# New ports collection makefile for: ppars
# Date created: 2004-06-29
# Whom: 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
USE_PERL5= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${PREFIX}/sbin
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>