diff --git a/mail/Makefile b/mail/Makefile index f7bf98093cc6..5c8ee81aae7a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -255,6 +255,7 @@ SUBDIR += nohtml SUBDIR += normalizemime SUBDIR += nullmailer + SUBDIR += nullpop SUBDIR += offlineimap SUBDIR += openwebmail SUBDIR += p3scan diff --git a/mail/nullpop/Makefile b/mail/nullpop/Makefile new file mode 100644 index 000000000000..e9e5602c3035 --- /dev/null +++ b/mail/nullpop/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: nullpop +# Date created: 2006-08-13 +# Whom: Pankov Pavel +# +# $FreeBSD$ +# + +PORTNAME= nullpop +PORTVERSION= 0.2 +CATEGORIES= mail +MASTER_SITES= http://memberwebs.com/nielsen/software/nullpop/ + +MAINTAINER= pankov_p@mail.ru +COMMENT= A POP3 server that allows logins, but never returns any email + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--libexecdir="${TARGETDIR}/bin" + +PLIST_FILES= bin/nullpop +MAN8= nullpop.8 + +.include diff --git a/mail/nullpop/distinfo b/mail/nullpop/distinfo new file mode 100644 index 000000000000..6b7215f4619f --- /dev/null +++ b/mail/nullpop/distinfo @@ -0,0 +1,3 @@ +MD5 (nullpop-0.2.tar.gz) = 4333613e72c7bbf227dc705b774326ab +SHA256 (nullpop-0.2.tar.gz) = 70372d09d8c017aa3bceeab6281e4a341766d6f7eb39f6d5763d9801908634ac +SIZE (nullpop-0.2.tar.gz) = 79955 diff --git a/mail/nullpop/pkg-descr b/mail/nullpop/pkg-descr new file mode 100644 index 000000000000..fe63558cc5ea --- /dev/null +++ b/mail/nullpop/pkg-descr @@ -0,0 +1,6 @@ +NullPop is a POP3 server that allows logins, but never returns any +email. This is useful for certain setups where the user needs an +'account' setup in their mail client, but no real mail will ever +be received. + +WWW: http://memberwebs.com/nielsen/software/nullpop/