22 lines
449 B
Makefile
22 lines
449 B
Makefile
# 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.88.9
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
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>
|