2020-07-03 21:44:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.40 2020/07/03 21:45:26 sthen Exp $
|
2001-03-29 17:37:40 +00:00
|
|
|
|
2007-09-16 00:17:04 +00:00
|
|
|
COMMENT= modules for parsing (and creating) MIME entities
|
2001-03-19 19:12:55 +00:00
|
|
|
|
2017-04-11 12:53:49 +00:00
|
|
|
DISTNAME= MIME-tools-5.509
|
2006-11-28 11:09:51 +00:00
|
|
|
CATEGORIES= mail
|
2020-07-03 21:44:29 +00:00
|
|
|
REVISION= 0
|
2001-03-19 19:12:55 +00:00
|
|
|
|
2012-07-09 13:16:22 +00:00
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
2005-12-03 08:32:01 +00:00
|
|
|
|
|
|
|
# Perl
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2001-03-19 19:12:55 +00:00
|
|
|
|
2006-11-28 11:09:51 +00:00
|
|
|
MODULES= cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH= *
|
2001-03-19 19:12:55 +00:00
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
RUN_DEPENDS= devel/p5-IO-stringy>=1.211 \
|
|
|
|
mail/p5-Mail-Tools \
|
|
|
|
converters/p5-Convert-BinHex
|
2005-12-03 08:32:01 +00:00
|
|
|
|
2006-11-28 11:09:51 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2012-07-09 13:16:22 +00:00
|
|
|
MAKE_ENV= TEST_POD=1
|
2014-07-12 16:01:26 +00:00
|
|
|
TEST_DEPENDS= devel/p5-Test-Deep
|
2001-03-19 19:12:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|