blob: 65c46033689f569017be467325ef0e414d6dd039 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Email-Address
PORTVERSION= 1.90.5
PORTREVISION= 1
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>
|