diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-02-16 17:15:35 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-02-16 17:15:35 +0000 |
commit | dcc3c125c3a850c4ab3b4b8b4ad092a8506a8b97 (patch) | |
tree | c39f91291bca7a9017fb711f580af2dfdbbfb88b /ftp | |
parent | d46064a146ec58e8dde07b7ab64c39e401a438db (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/proftpd-mod_geoip/Makefile | 27 | ||||
-rw-r--r-- | ftp/proftpd-mod_geoip/pkg-descr | 4 |
3 files changed, 0 insertions, 32 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index e41218b03410..6114cd389690 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -70,7 +70,6 @@ SUBDIR += php73-ftp SUBDIR += phpwebftp SUBDIR += proftpd - SUBDIR += proftpd-mod_geoip SUBDIR += profxp SUBDIR += puf SUBDIR += pure-ftpd diff --git a/ftp/proftpd-mod_geoip/Makefile b/ftp/proftpd-mod_geoip/Makefile deleted file mode 100644 index 37ff09db140b..000000000000 --- a/ftp/proftpd-mod_geoip/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Martin Matuska <mm@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mod_geoip -CATEGORIES= ftp -PKGNAMEPREFIX= proftpd- - -MAINTAINER= mm@FreeBSD.org -COMMENT= GeoIP ProFTPD module - -LICENSE= GPLv2 - -LIB_DEPENDS= libGeoIP.so:net/GeoIP - -DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -EXPIRATION_DATE=2019-02-15 - -DESCR= ${.CURDIR}/pkg-descr - -MASTERDIR= ${.CURDIR}/../../ftp/proftpd - -INCLUDEDIRS= ${LOCALBASE}/include -LIBDIRS= ${LOCALBASE}/lib - -_BUILDING_PROFTPD_MODULE= ${PORTNAME} - -.include "${MASTERDIR}/Makefile" diff --git a/ftp/proftpd-mod_geoip/pkg-descr b/ftp/proftpd-mod_geoip/pkg-descr deleted file mode 100644 index a4354929e4c7..000000000000 --- a/ftp/proftpd-mod_geoip/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The ProFTPd mod_geoip module uses the GeoIP library from MaxMind to look up -various geographic information for a connecting client. - -WWW: http://www.castaglia.org/proftpd/modules/mod_geoip.html |