1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/mail/p5-Email-Date-Format/Makefile
Andrej Zverev e8d65f9e66 - state support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:55:04 +00:00

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>