aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Ezmlm/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-13 13:57:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-13 13:57:03 +0000
commit01f0357813f10199eefe1801bb9a292886e8cfcb (patch)
treed8092c01387291d6a0f52d7d2078e9133f9ed5ee /mail/p5-Mail-Ezmlm/Makefile
parentf43bcb912e2616f779d78accfdb3335958ac6200 (diff)
downloadports-01f0357813f10199eefe1801bb9a292886e8cfcb.tar.gz
ports-01f0357813f10199eefe1801bb9a292886e8cfcb.zip
- Add LICENSE
- Add NO_ARCH - Cleanup pkg-descr - Add WWW - Pass maintainership to perl@
Notes
Notes: svn path=/head/; revision=389430
Diffstat (limited to 'mail/p5-Mail-Ezmlm/Makefile')
-rw-r--r--mail/p5-Mail-Ezmlm/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile
index 4d31895633a8..82dbbf376ec8 100644
--- a/mail/p5-Mail-Ezmlm/Makefile
+++ b/mail/p5-Mail-Ezmlm/Makefile
@@ -9,18 +9,22 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= Ezmlm-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to allow object methods for ezmlm-idx mailing lists
+LICENSE= BSD3CLAUSE GPLv2 GPLv3
+LICENSE_COMB= dual
+
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}
-
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+EZMLM_DIR?= ${LOCALBASE}
+
.if defined(PACKAGE_BUILDING)
CONFIGURE_ENV= BSD_BATCH_INSTALL=yes
.endif