freebsd-ports/security/ppars/Makefile
2007-10-04 00:00:38 +00:00

31 lines
648 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= ${SITE_PERL}/Net/Netmask.pm:${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>