freebsd-ports/mail/p5-Email-Address/Makefile

24 lines
495 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Email-Address
# Date created: 2004-08-29
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Email-Address
2006-12-06 01:12:14 +01:00
PORTVERSION= 1.88.4
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>