70e76a482c
tested with imapsync/check_email_delivery
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# $OpenBSD: Makefile,v 1.23 2012/02/20 16:43:26 sthen Exp $
|
|
|
|
COMMENT= perl module for an IMAP Client API
|
|
|
|
VERSION= 3.30
|
|
DISTNAME= Mail-IMAPClient-${VERSION}
|
|
CATEGORIES= mail
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Parse-RecDescent
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|