blob: 55bedee49873e34b5f402ac4bd9cbca07ab04cf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: p5-Email-Address
# Date created: 2004-08-29
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Email-Address
PORTVERSION= 1.87.1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9])$/\1/}
MAINTAINER= perl@FreeBSD.org
COMMENT= RFC 2822 Address Parsing and Creation
PERL_CONFIGURE= yes
MAN3= Email::Address.3
.include <bsd.port.mk>
|