mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
2f19a7962e
PR: 84327 Submitted by: Alexander Zhuravlev (maintainer)
27 lines
688 B
Makefile
27 lines
688 B
Makefile
# New ports collection makefile for: p5-Mail-DeliveryStatus-BounceParser
|
|
# Date created: Thu Mar 25 20:40:31 MSK 2004
|
|
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Mail-DeliveryStatus-BounceParser
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Mail
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= zaa@zaa.pp.ru
|
|
COMMENT= Perl extension to analyze bounce messages
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
|
|
${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Mail::DeliveryStatus::BounceParser.3
|
|
|
|
.include <bsd.port.mk>
|