1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/mail/p5-Email-Address/Makefile
2010-11-03 18:39:23 +00:00

23 lines
451 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.89.2
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
PERL_CONFIGURE= yes
MAN3= Email::Address.3
.include <bsd.port.mk>