parent
a46a8a7dfa
commit
dcb84fde6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348354
3 changed files with 40 additions and 0 deletions
|
@ -726,6 +726,7 @@
|
|||
SUBDIR += prelude-lml
|
||||
SUBDIR += prelude-manager
|
||||
SUBDIR += prelude-pflogger
|
||||
SUBDIR += proftpd-mod_clamav
|
||||
SUBDIR += proxycheck
|
||||
SUBDIR += proxytunnel
|
||||
SUBDIR += pscan
|
||||
|
|
36
security/proftpd-mod_clamav/Makefile
Normal file
36
security/proftpd-mod_clamav/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mod_clamav
|
||||
DISTVERSION= 0.13rc2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= security ftp
|
||||
PKGNAMEPREFIX= proftpd-
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= ClamAV ProFTPD module
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}-${PORTNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
||||
|
||||
GH_TAGNAME= v${DISTVERSION}
|
||||
GIT_REVISION= 0b524e3
|
||||
|
||||
RUN_DEPENDS+= clamd:${PORTSDIR}/security/clamav
|
||||
_PROFTPD_MODULE_DISTFILES= mod_clamav-v0.13rc2${EXTRACT_SUFX}:clamav
|
||||
_PROFTPD_MODULE_EXTRACT_ONLY= mod_clamav-v0.13rc2${EXTRACT_SUFX}
|
||||
_PROFTPD_MODULE_MASTER_SITES= https://codeload.github.com/jbenden/mod_clamav/legacy.tar.gz/${GH_TAGNAME}?dummy=/:clamav
|
||||
|
||||
INCLUDEDIRS= ${LOCALBASE}/include
|
||||
LIBDIRS= ${LOCALBASE}/lib
|
||||
|
||||
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
|
||||
|
||||
post-extract:
|
||||
@${CP} ${WRKDIR}/jbenden-mod_clamav-${GIT_REVISION}/mod_clamav.* ${WRKSRC}/contrib
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
security/proftpd-mod_clamav/pkg-descr
Normal file
3
security/proftpd-mod_clamav/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
ProFTPD module mod_clamav
|
||||
|
||||
WWW: https://github.com/jbenden/mod_clamav
|
Loading…
Reference in a new issue