mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
316 B
Makefile
19 lines
316 B
Makefile
COMMENT= imap4 gateway to Google webmail service
|
|
|
|
DISTNAME= GMail-IMAPD-0.94
|
|
REVISION= 3
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= mail/p5-Mail-Webmail-Gmail
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|