freebsd-ports/mail/p5-Mail-Ezmlm/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

31 lines
668 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= CPAN \
ftp://ftp.rucus.ru.ac.za/users/guy/ezmlm/
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>