aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2010-12-03 01:07:13 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2010-12-03 01:07:13 +0800
commit69e87da3a0f46ad0c31d376913c821cc72c51ecd (patch)
treeb2c38ff40311b354890e30ab074b3d679d67355f /security
parent8d72c69ec73cbdc24c178b5698b58a243a994944 (diff)
downloadfreebsd-ports-gnome-69e87da3a0f46ad0c31d376913c821cc72c51ecd.tar.gz
freebsd-ports-gnome-69e87da3a0f46ad0c31d376913c821cc72c51ecd.tar.zst
freebsd-ports-gnome-69e87da3a0f46ad0c31d376913c821cc72c51ecd.zip
Add OPTIONS.
Reassign MAINTAINER. PR: ports/152761 Submitted by: Tom Judge <tom@tomjudge.com>
Diffstat (limited to 'security')
-rw-r--r--security/lasso/Makefile8
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=""