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