diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2005-04-25 21:13:23 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2005-04-25 21:13:23 +0000 |
commit | 0e6c3505e28a23e49da1cb432b65bd0e8de1f151 (patch) | |
tree | 8c015bd719e0d31e746b6d241c1429a0e426b012 /net/ldapbrowser/Makefile | |
parent | 991aff6f408ff01a51df2ace8e478b24e406c0ab (diff) |
Notes
Diffstat (limited to 'net/ldapbrowser/Makefile')
-rw-r--r-- | net/ldapbrowser/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net/ldapbrowser/Makefile b/net/ldapbrowser/Makefile index 98864e41d042..1b691c396a5f 100644 --- a/net/ldapbrowser/Makefile +++ b/net/ldapbrowser/Makefile @@ -5,18 +5,19 @@ # $FreeBSD$ # -PORTNAME= ldapbrowser -PORTVERSION= 2.8.1 -CATEGORIES= net -MASTER_SITES= http://www-unix.mcs.anl.gov/~gawor/ldapcommon/bin/ +PORTNAME= ldapbrowser +PORTVERSION= 2.8.1 +CATEGORIES= net java +MASTER_SITES= http://www-unix.mcs.anl.gov/~gawor/ldapcommon/bin/ DISTNAME= Browser281 -MAINTAINER= bms@FreeBSD.org +MAINTAINER= bms@FreeBSD.org COMMENT= Java/Swing-based LDAP Browser/Editor RESTRICTED= "No reply from author regarding redistribution licensing" -USE_JAVA= 1.4+ +USE_JAVA= yes +JAVA_VERSION= 1.4+ NO_BUILD= yes NOMAN= defined WRKSRC= ${WRKDIR}/${PORTNAME} |