mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e8d65f9e66
Approved by: portmgr (blanket infrastructure)
18 lines
329 B
Makefile
18 lines
329 B
Makefile
# Created by: Anton Yuzhaninov <citrin@rambler-co.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Email-Date-Format
|
|
PORTVERSION= 1.002
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Email
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Produce RFC 2822 date strings
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|