aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-Ezmlm/Makefile
blob: 0145c56b7c39f15d05dc4569d33d2d8017bb8bc4 (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
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    Mail::Ezmlm
# Date Created:             18 May 2000
# Whom:                 Guy Antony Halse <guy@rucus.ru.za.za>
#
# $FreeBSD$
#

PORTNAME=   Mail-Ezmlm
PORTVERSION=    0.03.1
CATEGORIES= mail perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN} \
        ftp://rucus.ru.ac.za/pub/mail/ezmlm/
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX=  p5-
DISTNAME=   Ezmlm-${PORTVERSION}

MAINTAINER= guy-ezmlm@rucus.ru.ac.za
COMMENT=    Perl module to allow object methods for ezmlm-idx mailing lists

BUILD_DEPENDS=  ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx

IS_INTERACTIVE= YES

EZMLM_DIR?= ${LOCALBASE}
USE_PERL5=  YES
MAN3=       Mail::Ezmlm.3


# For this version, since it is a bugfix
WRKSRC=     ${WRKDIR}/Ezmlm-0.03

do-configure:
.if defined(BATCH)
        @cd ${WRKSRC}; ${SETENV} BSD_BATCH_INSTALL=yes ${PERL5} Makefile.PL
.else
        @cd ${WRKSRC}; ${PERL5} Makefile.PL
.endif

.include <bsd.port.mk>