diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-06 21:13:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-06 21:13:27 +0000 |
commit | 2a1614318bb6df2833274498cf284af002895efc (patch) | |
tree | 687ce0df21fc7f7f3a21ddf4d5294b80fcecfebf /security/base/Makefile | |
parent | ccdd3405b5bb82124a75219417172dbc99dbd83c (diff) | |
download | ports-2a1614318bb6df2833274498cf284af002895efc.tar.gz ports-2a1614318bb6df2833274498cf284af002895efc.zip |
Notes
Diffstat (limited to 'security/base/Makefile')
-rw-r--r-- | security/base/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index 18bd2a429912..269a9838fb25 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -6,17 +6,19 @@ # PORTNAME= base -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= secureideas +MASTER_SITES= SF/secureideas -MAINTAINER= question+fbsdports@closedsrc.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Basic Analysis and Security Engine - analyzing Snort alerts RUN_DEPENDS= ${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb \ - ${LOCALBASE}/share/pear/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph + ${LOCALBASE}/share/pear/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph \ + ${LOCALBASE}/share/pear/Mail.php:${PORTSDIR}/mail/pear-Mail \ + ${LOCALBASE}/share/pear/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime + +WRKSRC= ${WRKDIR}/${PORTNAME}-php4 USE_PHP= gd gettext pcre session zlib |