freebsd-ports/mail/p5-Mail-Tools/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

26 lines
509 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
PORTNAME= Mail-Tools
PORTVERSION= 2.14
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
#pre-install: test
.include <bsd.port.mk>