aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-Ezmlm/Makefile
blob: b52c70fb31170e9fd8fba5c451e1e08915f5bde5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Guy Antony Halse <guy@rucus.ru.za.za>
# $FreeBSD$

PORTNAME=   Mail-Ezmlm
PORTVERSION=    0.08.2
PORTREVISION=   2
CATEGORIES= mail perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   Ezmlm-${PORTVERSION}

MAINTAINER= dhn@FreeBSD.org
COMMENT=    Perl module to allow object methods for ezmlm-idx mailing lists

BUILD_DEPENDS=  ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \
        p5-Crypt-GPG>=0:${PORTSDIR}/security/p5-Crypt-GPG
RUN_DEPENDS:=   ${BUILD_DEPENDS}

EZMLM_DIR?= ${LOCALBASE}

USES=       perl5
USE_PERL5=  configure

.if defined(PACKAGE_BUILDING)
CONFIGURE_ENV=  BSD_BATCH_INSTALL=yes
.endif

.include <bsd.port.mk>