f456467399
ok ajacoutot@
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.8 2014/12/03 18:03:56 benoit Exp $
|
|
|
|
COMMENT= read an email folder as Email::Simple objects
|
|
|
|
MODULES= cpan
|
|
|
|
HOMEPAGE= http://emailproject.perl.org/wiki/Email::Folder
|
|
|
|
DISTNAME = Email-Folder-0.859
|
|
CATEGORIES= mail
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= mail/p5-Email-FolderType>=0.6 \
|
|
mail/p5-Email-Simple
|
|
|
|
MAKE_ENV= RELEASE_TESTING=Yes
|
|
|
|
.include <bsd.port.mk>
|