20 lines
372 B
Makefile
20 lines
372 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:23:52 espie Exp $
|
|
|
|
COMMENT= imap4 gateway to Google webmail service
|
|
|
|
DISTNAME= GMail-IMAPD-0.94
|
|
REVISION= 1
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= mail/p5-Mail-Webmail-Gmail
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|