1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/mail/p5-MIME-Tools/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

29 lines
613 B
Makefile

# Created by: Eivind Eklund <eivind@FreeBSD.org>
# $FreeBSD$
PORTNAME= MIME-Tools
PORTVERSION= 5.509
PORTEPOCH= 2
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DSKOLL
PKGNAMEPREFIX= p5-
DISTNAME= MIME-tools-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Set of perl5 modules for MIME
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Convert-BinHex>=0:converters/p5-Convert-BinHex \
p5-Mail-Tools>=1.05:mail/p5-Mail-Tools
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>