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

23 lines
515 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Email-Simple
# Date created: August 31 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= Email-Simple
2007-07-25 04:31:36 +02:00
PORTVERSION= 2.00.3
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2006-10-05 17:02:58 +02:00
DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.([0-9])$|\1|}
MAINTAINER= perl@FreeBSD.org
2004-11-06 21:43:06 +01:00
COMMENT= Simple parsing of RFC2822 message format and headers
PERL_CONFIGURE= yes
2007-02-09 15:16:13 +01:00
MAN3= Email::Simple.3 Email::Simple::Headers.3 Email::Simple::Header.3
.include <bsd.port.mk>