openbsd-ports/mail/p5-Mail-Box/Makefile
jasper aa03c565c3 - update to p5-Mail-Box-2.106
- add license marker
- no need for groff
- install examples
2012-11-14 08:34:27 +00:00

32 lines
665 B
Makefile

# $OpenBSD: Makefile,v 1.20 2012/11/14 08:34:27 jasper Exp $
COMMENT= perl module to manage mail folders
DISTNAME= Mail-Box-2.106
CATEGORIES= mail
# cpan
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CPAN_AUTHOR= MARKOV
MODCPAN_EXAMPLES= Yes
MAKE_ENV+= TEST_POD=Yes
RUN_DEPENDS= devel/p5-Object-Realize \
devel/p5-Time-TimeDate \
mail/p5-MIME-Types \
mail/p5-MIME-tools \
mail/p5-Mail-IMAPClient \
misc/p5-User-Identity \
textproc/p5-Font-AFM \
textproc/p5-Text-Autoformat \
www/p5-HTML-Format
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>