1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/mail/p5-MIME-Tools/Makefile
2021-04-06 16:31:07 +02:00

28 lines
601 B
Makefile

# Created by: Eivind Eklund <eivind@FreeBSD.org>
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>