freebsd-ports/mail/p5-Email-MessageID/Makefile

20 lines
398 B
Makefile
Raw Normal View History

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Email-MessageID
2014-05-21 09:07:42 +02:00
PORTVERSION= 1.405
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>