1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/mail/p5-Mail-Ezmlm/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

33 lines
713 B
Makefile

# 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.07.2
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
ftp://ftp.rucus.ru.ac.za/users/guy/ezmlm/
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
DISTNAME= Ezmlm-${PORTVERSION}
MAINTAINER= ports@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
EZMLM_DIR?= ${LOCALBASE}
PERL_CONFIGURE= yes
.if defined(PACKAGE_BUILDING)
CONFIGURE_ENV= BSD_BATCH_INSTALL=yes
.endif
MAN3= Mail::Ezmlm.3
.include <bsd.port.mk>