freebsd-ports/mail/p5-Mail-Field-Received/Makefile
Frederic Culot 21ac4c79b4 - Update to 0.26
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS
- Pet portlint(1) by reformatting COMMENT
- Take maintainership

Changes:	http://search.cpan.org/dist/Mail-Field-Received/ChangeLog
2012-04-12 13:25:12 +00:00

29 lines
661 B
Makefile

# 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.26
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Perl5 modules for parsing of `Received' headers in e-mails
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Mail-Tools>0:${PORTSDIR}/mail/p5-Mail-Tools
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences
PERL_CONFIGURE= yes
MAN3= Mail::Field::Received.3
.include <bsd.port.mk>