2004-12-27 22:22:12 +01:00
|
|
|
# New ports collection makefile for: mail/p5-Email-MessageID
|
|
|
|
# Date created: 27 December 2004
|
|
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Email-MessageID
|
2009-02-03 10:45:57 +01:00
|
|
|
PORTVERSION= 1.401
|
2004-12-27 22:22:12 +01:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-12-27 22:22:12 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-07-17 09:33:47 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-12-27 22:22:12 +01:00
|
|
|
COMMENT= Generate world unique message-ids
|
|
|
|
|
2008-10-03 20:46:47 +02:00
|
|
|
RUN_DEPENDS= p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address
|
2004-12-27 22:22:12 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Email::MessageID.3
|
|
|
|
|
2007-03-23 11:54:13 +01:00
|
|
|
.include <bsd.port.mk>
|