blob: f0da2cb41188db13d99c568b01989343165d222f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: p5-Mail-Field-Received
# Date created: July 12 2004
# Whom: Andrea Venturoli <freebsd@netfence.it>
#
# $FreeBSD$
#
PORTNAME= Mail-Field-Received
PORTVERSION= 0.24
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd@netfence.it
COMMENT= Perl5 modules for parsing of `Received' headers in e-mails.
BUILD_DEPENDS= ${SITE_PERL}/Mail/Field.pm:${PORTSDIR}/mail/p5-Mail-Tools
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Mail::Field::Received.3
.include <bsd.port.mk>
|