eea1db85e5
- Better adjustment of dependencies - Style PR: ports/120934 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
26 lines
686 B
Makefile
26 lines
686 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.19
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= zaa@zaa.pp.ru
|
|
COMMENT= Perl extension to analyze bounce messages
|
|
|
|
RUN_DEPENDS= p5-MIME-Tools>=5.418:${PORTSDIR}/mail/p5-MIME-Tools \
|
|
p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Mail::DeliveryStatus::BounceParser.3
|
|
|
|
.include <bsd.port.mk>
|