freebsd-ports/mail/p5-Email-MessageID/Makefile
Sunpoet Po-Chuan Hsieh f1351cf57c Use real PORTVERSION and update dependent ports
- Add LICENSE_FILE
- Sort PLIST
2017-02-28 09:47:13 +00:00

23 lines
443 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Email-MessageID
PORTVERSION= 1.406
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate world unique message-ids
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Email-Address>=1.800:mail/p5-Email-Address
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>