openbsd-ports/mail/p5-Email-Folder/Makefile
jasper 92d203ec39 - update p5-Email-Folder to 0.855
from Stephan A. Rickauer
2009-09-11 09:41:09 +00:00

24 lines
498 B
Makefile

# $OpenBSD: Makefile,v 1.4 2009/09/11 09:41:09 jasper Exp $
COMMENT= read an email folder as Email::Simple objects
MODULES= cpan
HOMEPAGE= http://emailproject.perl.org/wiki/Email::Folder
DISTNAME= Email-Folder-0.855
CATEGORIES= mail
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Email-FolderType->=0.6:mail/p5-Email-FolderType \
::mail/p5-Email-Simple
MAKE_ENV= RELEASE_TESTING=Yes
.include <bsd.port.mk>