diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:57:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:57:03 +0800 |
commit | 5eafa41f0fc33742b133c70adee9c86370c866e9 (patch) | |
tree | d8092c01387291d6a0f52d7d2078e9133f9ed5ee /mail | |
parent | d6ccc9a2299608bbb0026cfcd18a8a70c060ec1a (diff) | |
download | freebsd-ports-gnome-5eafa41f0fc33742b133c70adee9c86370c866e9.tar.gz freebsd-ports-gnome-5eafa41f0fc33742b133c70adee9c86370c866e9.tar.zst freebsd-ports-gnome-5eafa41f0fc33742b133c70adee9c86370c866e9.zip |
- Add LICENSE
- Add NO_ARCH
- Cleanup pkg-descr
- Add WWW
- Pass maintainership to perl@
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Ezmlm/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-Mail-Ezmlm/pkg-descr | 6 |
2 files changed, 9 insertions, 7 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 diff --git a/mail/p5-Mail-Ezmlm/pkg-descr b/mail/p5-Mail-Ezmlm/pkg-descr index 31ea1cff25a2..42a356056c56 100644 --- a/mail/p5-Mail-Ezmlm/pkg-descr +++ b/mail/p5-Mail-Ezmlm/pkg-descr @@ -1,7 +1,3 @@ -$Id: README,v 1.1 2000/01/26 06:08:13 guy Exp $ - -Ezmlm.pm - Object methods for ezmlm mailing lists. This software is beta release. As such, please treat it with the appropriate @@ -20,3 +16,5 @@ you use the full cantonical path for the qmail and ezmlm binaries. Documentation is in pod format. Please run perldoc Mail::Ezmlm after you have installed it. + +WWW: http://search.cpan.org/dist/Ezmlm/ |