2010-11-19 07:23:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/11/19 07:23:07 espie Exp $
|
2006-01-15 15:56:40 +00:00
|
|
|
|
2007-09-16 00:17:04 +00:00
|
|
|
COMMENT= handle MIME messages
|
2006-01-15 15:56:40 +00:00
|
|
|
|
2006-12-24 12:41:02 +00:00
|
|
|
MODULES= cpan
|
2008-07-27 17:07:42 +00:00
|
|
|
DISTNAME= Email-MIME-1.861
|
2006-12-24 12:41:02 +00:00
|
|
|
CATEGORIES= mail
|
2010-10-18 19:59:15 +00:00
|
|
|
USE_GROFF = Yes
|
2006-01-15 15:56:40 +00:00
|
|
|
|
2008-07-27 17:07:42 +00:00
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
2006-01-15 15:56:40 +00:00
|
|
|
|
|
|
|
# Same as Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
RUN_DEPENDS= mail/p5-Email-MIME-ContentType>=1.014 \
|
|
|
|
mail/p5-Email-MIME-Encodings \
|
|
|
|
mail/p5-Email-Simple>=2.003 \
|
|
|
|
mail/p5-MIME-Types
|
2006-01-15 15:56:40 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|