diff options
Diffstat (limited to 'mail/p5-Email-Date-Format/Makefile')
-rw-r--r-- | mail/p5-Email-Date-Format/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/p5-Email-Date-Format/Makefile b/mail/p5-Email-Date-Format/Makefile new file mode 100644 index 000000000000..271d17785288 --- /dev/null +++ b/mail/p5-Email-Date-Format/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mail/p5-Email-Date-Format +# Date created: 2007-12-26 +# Whom: 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 + +PERL_CONFIGURE= yes + +MAN3= Email::Date::Format.3 + +.include <bsd.port.mk> |