mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add LICENSE
- Add NO_ARCH - Cleanup pkg-descr - Add WWW - Pass maintainership to perl@
This commit is contained in:
parent
f43bcb912e
commit
01f0357813
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389430
@ -9,18 +9,22 @@ MASTER_SITES= CPAN
|
|||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
DISTNAME= Ezmlm-${PORTVERSION}
|
DISTNAME= Ezmlm-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl module to allow object methods for ezmlm-idx mailing lists
|
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 \
|
BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \
|
||||||
p5-Crypt-GPG>=0:${PORTSDIR}/security/p5-Crypt-GPG
|
p5-Crypt-GPG>=0:${PORTSDIR}/security/p5-Crypt-GPG
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
EZMLM_DIR?= ${LOCALBASE}
|
NO_ARCH= yes
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
EZMLM_DIR?= ${LOCALBASE}
|
||||||
|
|
||||||
.if defined(PACKAGE_BUILDING)
|
.if defined(PACKAGE_BUILDING)
|
||||||
CONFIGURE_ENV= BSD_BATCH_INSTALL=yes
|
CONFIGURE_ENV= BSD_BATCH_INSTALL=yes
|
||||||
.endif
|
.endif
|
||||||
|
@ -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.
|
Object methods for ezmlm mailing lists.
|
||||||
|
|
||||||
This software is beta release. As such, please treat it with the appropriate
|
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
|
Documentation is in pod format. Please run perldoc Mail::Ezmlm after you have
|
||||||
installed it.
|
installed it.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Ezmlm/
|
||||||
|
Loading…
Reference in New Issue
Block a user