freebsd-ports/mail/p5-MIME-Tools/Makefile
Adam Weinberger 09b98f4e55 Update to 5.506.
Remove dependency on p5-IO-stringy that has been stale for 4 years.
Technically the dependency on p5-Convert-BinHex isn't required
either but it's listed as recommended so I'm leaving it in.

Also, remove the superfluous DOCS option, and sort plist.

Changes: https://metacpan.org/changes/distribution/MIME-tools
2015-04-24 19:51:57 +00:00

27 lines
638 B
Makefile

# Created by: Eivind Eklund <eivind@FreeBSD.org>
# $FreeBSD$
PORTNAME= MIME-Tools
PORTVERSION= 5.506
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= p5-Convert-BinHex>=0:${PORTSDIR}/converters/p5-Convert-BinHex \
p5-Mail-Tools>=1.05:${PORTSDIR}/mail/p5-Mail-Tools
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>