freebsd-ports/mail/p5-Email-Simple/Makefile
Kirill Ponomarev 12f1837382 - Update to 1.61
PR:		58810
Submitted by:	Lars Thegler <lars@thegler.dk> (maintainer)
2003-11-01 16:19:23 +00:00

26 lines
460 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.61
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
COMMENT= Simple, fast mail parser
PERL_CONFIGURE= yes
MAN3= Email::Simple.3
test:
cd ${WRKSRC} ; make test
.include <bsd.port.mk>