freebsd-ports/mail/p5-Email-Simple/Makefile
Yen-Ming Lee f0796ccb6b - update to 1.99
PR:		102957
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-09-07 01:35:47 +00:00

23 lines
519 B
Makefile

# 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.99
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}0
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple parsing of RFC2822 message format and headers
PERL_CONFIGURE= yes
MAN3= Email::Simple.3 Email::Simple::Headers.3
.include <bsd.port.mk>