freebsd-ports/mail/p5-Email-Address/Makefile
2014-07-19 17:24:47 +00:00

17 lines
354 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Email-Address
PORTVERSION= 1.90.5
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= RFC 2822 Address Parsing and Creation
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>