26 lines
503 B
Makefile
26 lines
503 B
Makefile
# $OpenBSD: Makefile,v 1.40 2020/07/03 21:45:26 sthen Exp $
|
|
|
|
COMMENT= modules for parsing (and creating) MIME entities
|
|
|
|
DISTNAME= MIME-tools-5.509
|
|
CATEGORIES= mail
|
|
REVISION= 0
|
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-IO-stringy>=1.211 \
|
|
mail/p5-Mail-Tools \
|
|
converters/p5-Convert-BinHex
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
MAKE_ENV= TEST_POD=1
|
|
TEST_DEPENDS= devel/p5-Test-Deep
|
|
|
|
.include <bsd.port.mk>
|