1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/mail/p5-Email-Date/Makefile
2007-05-01 07:43:35 +00:00

31 lines
803 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.2
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.mk>