mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 13:31:26 +02:00
24 lines
400 B
Makefile
24 lines
400 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
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
|
|
|
|
RUN_DEPENDS= p5-TimeDate>=0:perl/p5-TimeDate
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|