diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-12-02 17:07:13 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-12-02 17:07:13 +0000 |
commit | de0eaeceeccc6bcf986371e4c3367b326eac64a6 (patch) | |
tree | ae958070f56315c667db36c216e22dc3751e80c1 | |
parent | e06ece098ed585ba4280e1f2c77eb33b520a2dc4 (diff) | |
download | ports-de0eaeceeccc6bcf986371e4c3367b326eac64a6.tar.gz ports-de0eaeceeccc6bcf986371e4c3367b326eac64a6.zip |
Notes
-rw-r--r-- | security/lasso/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile index a7115356c6c1..373210673247 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -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="" |