aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Ezmlm/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-21 17:47:29 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-21 17:47:29 +0000
commit63749dba6cd4fd5ea3489525164f50479eab19a7 (patch)
tree70a61a80dc4c676b210ac3649bca20963e396968 /mail/p5-Mail-Ezmlm/Makefile
parent74d4127978c6e874e228b58b79718055930b41c8 (diff)
downloadports-63749dba6cd4fd5ea3489525164f50479eab19a7.tar.gz
ports-63749dba6cd4fd5ea3489525164f50479eab19a7.zip
Notes
Diffstat (limited to 'mail/p5-Mail-Ezmlm/Makefile')
-rw-r--r--mail/p5-Mail-Ezmlm/Makefile23
1 files changed, 7 insertions, 16 deletions
diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile
index 716dd5e0d565..86d61f76f990 100644
--- a/mail/p5-Mail-Ezmlm/Makefile
+++ b/mail/p5-Mail-Ezmlm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Mail-Ezmlm
-PORTVERSION= 0.05.1
+PORTVERSION= 0.07.2
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
ftp://ftp.rucus.ru.ac.za/users/guy/ezmlm/
@@ -19,24 +19,15 @@ COMMENT= Perl module to allow object methods for ezmlm-idx mailing lists
BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
-BROKEN= Incorrect pkg-plist
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
-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.05
+USE_PERL5= yes
+PERL_CONFIGURE= yes
-do-configure:
-.if defined(BATCH)
- @cd ${WRKSRC}; ${SETENV} BSD_BATCH_INSTALL=yes ${PERL5} Makefile.PL
-.else
- @cd ${WRKSRC}; ${PERL5} Makefile.PL
+.if defined(PACKAGE_BUILDING)
+CONFIGURE_ENV= BSD_BATCH_INSTALL=yes
.endif
+MAN3= Mail::Ezmlm.3
+
.include <bsd.port.mk>