ca70e439c2
per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
27 lines
620 B
Makefile
27 lines
620 B
Makefile
# Created by: Lars Thegler <lars@thegler.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Email-LocalDelivery-Ezmlm
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Deliver mail into ezmlm archives
|
|
|
|
BUILD_DEPENDS= p5-Email-LocalDelivery>=0:${PORTSDIR}/mail/p5-Email-LocalDelivery \
|
|
p5-Email-FolderType>=0:${PORTSDIR}/mail/p5-Email-FolderType
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Email::LocalDelivery::Ezmlm.3
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/lib/Email/LocalDelivery/Ezmlm.pm.orig
|
|
test:
|
|
cd ${WRKSRC} ; make test
|
|
|
|
.include <bsd.port.mk>
|