freebsd-ports/mail/p5-Email-Date/Makefile
Cheng-Lung Sung 4cba9d96bf - update to 1.101
- take maintainership
2006-08-01 12:11:52 +00:00

37 lines
1,005 B
Makefile

# New ports collection makefile for: p5-Email-Date
# Date created: 2004-07-26
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Email-Date
PORTVERSION= 1.10.1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Find and Format Date Headers
BUILD_DEPENDS= p5-Email-Abstract>=2.10:${PORTSDIR}/mail/p5-Email-Abstract \
p5-Email-Simple>=1.9:${PORTSDIR}/mail/p5-Email-Simple \
p5-Time-Local>=1.07:${PORTSDIR}/devel/p5-Time-Local \
p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \
p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Email::Date.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
# inherited from mail/p5-Email-Abstract
IGNORE= requires Perl 5.6 or later. Please install lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>