freebsd-ports/mail/p5-Email-LocalDelivery-Ezmlm/Makefile
Martin Wilke 48c75930ac -- Do not try to remove dirs. not created by the port
Reported by:	pkg (DEVELOPER_MODE)
2013-05-31 16:45:23 +00:00

26 lines
606 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}
PERL_CONFIGURE= yes
MAN3= Email::LocalDelivery::Ezmlm.3
post-patch:
@${RM} ${WRKSRC}/lib/Email/LocalDelivery/Ezmlm.pm.orig
test:
cd ${WRKSRC} ; make test
.include <bsd.port.mk>