diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2018-12-09 11:48:24 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2018-12-09 11:48:24 +0000 |
commit | 9979b573481e9b66b0a42f6d0beb98f182fa54a4 (patch) | |
tree | 50162e90edadbfc9af3952bc13914b8b9c77b86c /mail/tpop3d/Makefile | |
parent | 0e5fa95174d360f2d8882a45aff49a65caab4e51 (diff) |
Notes
Diffstat (limited to 'mail/tpop3d/Makefile')
-rw-r--r-- | mail/tpop3d/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index b4b10cc5cddb..cd010b12349d 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -3,14 +3,17 @@ PORTNAME= tpop3d PORTVERSION= 1.5.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Virtual-domain capable POP3 server supporting MySQL, PgSQL etc auth +LICENSE= GPLv2 + USES= ssl + GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lcrypto CONFIGURE_ARGS= --enable-auth-other \ |