Add OPTIONS.
Reassign MAINTAINER. PR: ports/152761 Submitted by: Tom Judge <tom@tomjudge.com>
This commit is contained in:
parent
e06ece098e
commit
de0eaeceec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265591
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,7 @@ PORTREVISION= 1
|
|||
CATEGORIES= security
|
||||
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/594/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= tom@tomjudge.com
|
||||
COMMENT= Free Liberty Alliance Implementation
|
||||
|
||||
RUN_DEPENDS= xmlsec1:${PORTSDIR}/security/xmlsec1
|
||||
|
@ -24,6 +24,12 @@ USE_LDCONFIG= yes
|
|||
USE_OPENSSL= yes
|
||||
USE_PYTHON_BUILD= yes
|
||||
|
||||
OPTIONS= PERL "Enable Perl Bindings" Off \
|
||||
PHP5 "Enable PHP5 Bindings" Off \
|
||||
PYTHON "Enable Python Bindings" Off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.ifdef(WITH_PERL)
|
||||
CONFIGURE_ARGS+= --enable-perl
|
||||
PLIST_SUB+= WITH_PERL=""
|
||||
|
|
Loading…
Reference in a new issue