blob: c72949c84e85b7cc7ecbfeab0ba817f6e644bd18 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Email-Simple
# Date created: August 31 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= Email-Simple
PORTVERSION= 1.92
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Simple parsing of RFC2822 message format and headers
PERL_CONFIGURE= yes
MAN3= Email::Simple.3
.include <bsd.port.mk>
|