freebsd-ports/mail/p5-Email-Date-Format/Makefile
2023-01-30 21:02:08 +08:00

20 lines
377 B
Makefile

PORTNAME= Email-Date-Format
PORTVERSION= 1.008
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Produce RFC 2822 date strings
WWW= https://metacpan.org/release/Email-Date-Format
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>