mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
640f9e399f
Changes: http://search.cpan.org/src/MARKOV/MailTools-2.19/ChangeLog PR: 223483 Submitted by: svysh.fbsd@gmail.com Approved by: maintainer(timeout, > 40 days)
25 lines
490 B
Makefile
25 lines
490 B
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail-Tools
|
|
PORTVERSION= 2.19
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= MailTools-${PORTVERSION}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl5 modules for dealing with Internet e-mail messages
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|